Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e60a13e030867078f3c9fef8dca6cd8a5b883478
/
net
/
dccp
0f08461
[DCCP]: Warning fixes.
by Andrew Morton
· 18 years ago
8eb9086
[IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.
by David S. Miller
· 18 years ago
e89862f
[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().
by David S. Miller
· 18 years ago
832e3ca
[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li
by Ian McDonald
· 18 years ago
8109b02
[DCCP]: Whitespace cleanups
by Arnaldo Carvalho de Melo
· 18 years ago
1fba78b
[DCCP] ccid3: Fixup some type conversions related to rtts
by Arnaldo Carvalho de Melo
· 18 years ago
9e8efc8
[DCCP] ccid3: BUG-FIX - conversion errors
by Gerrit Renker
· 18 years ago
7af5af3
[DCCP] ccid3: Reorder packet history source file
by Gerrit Renker
· 18 years ago
85dcb1f
[DCCP] ccid3: Reorder packet history header file
by Gerrit Renker
· 18 years ago
a967241
[DCCP] ccid3: Make debug output consistent
by Gerrit Renker
· 18 years ago
c5a1ae9
[DCCP] ccid3: Perform history operations only after packet has been sent
by Gerrit Renker
· 18 years ago
e312d10
[DCCP] ccid3: TX history - remove unused field
by Gerrit Renker
· 18 years ago
9f8681d
[DCCP] ccid3: Shift window counter computation
by Gerrit Renker
· 18 years ago
de553c1
[DCCP] ccid3: Sanity-check RTT samples
by Gerrit Renker
· 18 years ago
fe0499a
[DCCP] ccid3: Initialise RTT values
by Gerrit Renker
· 18 years ago
65d6c2b
[DCCP] ccid: Deprecate ccid_hc_tx_insert_options
by Gerrit Renker
· 18 years ago
f6282f4
[DCCP]: Warn when discarding packet due to internal errors
by Gerrit Renker
· 18 years ago
bf58a38
[DCCP]: Only deliver to the CCID rx side in charge
by Gerrit Renker
· 18 years ago
d63d836
[DCCP]: Simplify TFRC calculation
by Gerrit Renker
· 18 years ago
0f9e5b5
[DCCP]: Debug timeval operations
by Gerrit Renker
· 18 years ago
bfe24a6
[DCCP] ccid3: Simplify calculation for reverse lookup of p
by Gerrit Renker
· 18 years ago
b9039a2
[DCCP] ccid3: Replace scaled division operations
by Gerrit Renker
· 18 years ago
1a21e49
[DCCP] ccid3: Finer-grained resolution of sending rates
by Gerrit Renker
· 18 years ago
179ebc9
[DCCP] ccid3: Fix two bugs in sending rate computation
by Gerrit Renker
· 18 years ago
ff58629
[DCCP] ccid3: Two optimisations for sending rate recomputation
by Gerrit Renker
· 18 years ago
45393a6
[DCCP] ccid3: Check against too large p
by Gerrit Renker
· 18 years ago
5cc3741d
[DCCP]: Remove timeo from output.c
by Ian McDonald
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
2bbf29a
[DCCP] tfrc: Binary search for reverse TFRC lookup
by Gerrit Renker
· 18 years ago
4415830
[DCCP] ccid3: Deprecate TFRC_SMALLEST_P
by Gerrit Renker
· 18 years ago
006042d
[DCCP] tfrc: Identify TFRC table limits and simplify code
by Gerrit Renker
· 18 years ago
8d0086a
[DCCP] tfrc: Add protection against invalid parameters to TFRC routines
by Gerrit Renker
· 18 years ago
90fb0e6
[DCCP] tfrc: Fix small error in reverse lookup of p for given f(p)
by Gerrit Renker
· 18 years ago
50ab46c
[DCCP] tfrc: Document boundaries and limits of the TFRC lookup table
by Gerrit Renker
· 18 years ago
26af307
[DCCP] ccid3: Fix warning message about illegal ACK
by Gerrit Renker
· 18 years ago
5c3fbb6
[DCCP] ccid3: Fix bug in calculation of send rate
by Gerrit Renker
· 18 years ago
76d1277
[DCCP]: Fix BUG in retransmission delay calculation
by Gerrit Renker
· 18 years ago
8a508ac
[DCCP]: Use higher RTO default for CCID3
by Gerrit Renker
· 18 years ago
6b57c93
[DCCP]: Use `unsigned' for packet lengths
by Gerrit Renker
· 18 years ago
a79ef76
[DCCP] ccid3: Larger initial windows
by Gerrit Renker
· 18 years ago
841bac1
[DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0
by Arnaldo Carvalho de Melo
· 18 years ago
5aed324
[DCCP]: Tidy up unused structures
by Gerrit Renker
· 18 years ago
78ad713
[DCCP] ccid3: Track RX/TX packet size `s' using moving-average
by Gerrit Renker
· 18 years ago
2a1fda6
[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448
by Gerrit Renker
· 18 years ago
4384260
[DCCP]: Remove allocation of sysctl numbers
by Gerrit Renker
· 18 years ago
5d0dbc4
[DCCP] ccid3: Consolidate handling of t_RTO
by Gerrit Renker
· 18 years ago
17893bc
[DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta
by Gerrit Renker
· 18 years ago
48e03ee
[DCCP] ccid3: Consolidate timer resets
by Gerrit Renker
· 18 years ago
5e19e3f
[DCCP] ccid3: Resolve small FIXME
by Gerrit Renker
· 18 years ago
70dbd5b
[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
by Gerrit Renker
· 18 years ago
da335ba
[DCCP] ccid3: Avoid congestion control on zero-sized data packets
by Gerrit Renker
· 18 years ago
7da7f45
[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
by Gerrit Renker
· 18 years ago
91cf5a1
[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
by Gerrit Renker
· 18 years ago
f5c2d63
[DCCP] ccid3: Simplify control flow in the calculation of t_ipi
by Gerrit Renker
· 18 years ago
90feeb9
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
by Gerrit Renker
· 18 years ago
6472c05
[DCCP] ccid2: Allow window to grow larger
by Andrea Bittau
· 18 years ago
522f1d0
[DCCP] ackvec: Split long ack vectors across multiple options
by Andrea Bittau
· 18 years ago
bdf13d2
[DCCP] ackvec: infrastructure for sending more than one ackvec per packet
by Andrea Bittau
· 18 years ago
0bd4ff1
[DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec
by Andrea Bittau
· 18 years ago
82e3ab9
[DCCP]: Adds the tx buffer sysctls
by Ian McDonald
· 18 years ago
4554317
[DCCP] CCID3: Remove non-referenced variable
by Ian McDonald
· 18 years ago
e1b7441
[DCCP]: Make dccp_probe more portable
by Ian McDonald
· 18 years ago
23ea894
[CCID 3]: Add annotations for socket structures
by Gerrit Renker
· 18 years ago
59348b1
[DCCP]: Simplified conditions due to use of enum:8 states
by Gerrit Renker
· 18 years ago
b1308dc
[DCCP]: Set TX Queue Length Bounds via Sysctl
by Ian McDonald
· 18 years ago
56724aa
[DCCP]: Add CCID3 debug support to Kconfig
by Gerrit Renker
· 18 years ago
8411671
[DCCP]: enable debug messages also for static builds
by Gerrit Renker
· 18 years ago
eed7341
[DCCP]: Use kmemdup
by Arnaldo Carvalho de Melo
· 18 years ago
32aac18
[DCCP] CCID2: Code optimizations
by Andrea Bittau
· 18 years ago
58a5a7b
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
by Arnaldo Carvalho de Melo
· 18 years ago
e523a15
[DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()
by Arnaldo Carvalho de Melo
· 18 years ago
3c69526
[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
by Gerrit Renker
· 18 years ago
7d533f9
[NET]: More dccp endianness annotations.
by Al Viro
· 18 years ago
868c86b
[NET]: annotate csum_ipv6_magic() callers in net/*
by Al Viro
· 18 years ago
2bda285
[NET]: Annotate csum_tcpudp_magic() callers in net/*
by Al Viro
· 18 years ago
cfb6eeb
[TCP]: MD5 Signature Option (RFC2385) support.
by YOSHIFUJI Hideaki
· 18 years ago
d23ca15
[DCCP] ACKVEC: Optimization - Do not traverse records if none will be found
by Andrea Bittau
· 18 years ago
09dbc38
[DCCP]: Miscellaneous code tidy-ups
by Gerrit Renker
· 18 years ago
c02fdc0
[DCCP]: Make feature negotiation more readable
by Gerrit Renker
· 18 years ago
6a128e0
[DCCPv6]: Resolve conditional build problem
by Gerrit Renker
· 18 years ago
b9df3cb
[TCP/DCCP]: Introduce net_xmit_eval
by Gerrit Renker
· 18 years ago
d7f7365
[DCCPv6]: Choose a genuine initial sequence number
by Gerrit Renker
· 18 years ago
865e902
[DCCP]: Remove redundant statements in init_sequence (ISS)
by Gerrit Renker
· 18 years ago
4ed800d
[DCCP]: Remove forward declarations in timer.c
by Gerrit Renker
· 18 years ago
afb0a34
[DCCP]: Introduce a consistent naming scheme for sysctls
by Gerrit Renker
· 18 years ago
2e2e9e9
[DCCP]: Add sysctls to control retransmission behaviour
by Gerrit Renker
· 18 years ago
e11d9d3
[DCCP]: Increment sequence numbers on retransmitted Response packets
by Gerrit Renker
· 18 years ago
08a29e4
[DCCP]: Update comments on precisely which packets can be retransmitted
by Gerrit Renker
· 18 years ago
6f4e5ff
[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
by Gerrit Renker
· 18 years ago
d83ca5a
[DCCP]: Update code comments for Step 2/3
by Gerrit Renker
· 18 years ago
cf55792
[DCCP]: tidy up dccp_v{4,6}_conn_request
by Gerrit Renker
· 18 years ago
f45b3ec
[DCCP]: Fix logfile overflow
by Ian McDonald
· 18 years ago
fec5b80
[DCCP]: Fix DCCP Probe Typo
by Ian McDonald
· 18 years ago
73c9e02
[DCCPv6]: remove forward declarations in ipv6.c
by Gerrit Renker
· 18 years ago
3d2fe62
[DCCPv4]: remove forward declarations in ipv4.c
by Gerrit Renker
· 18 years ago
8a73cd0
[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
by Gerrit Renker
· 18 years ago
f6484f7
[DCCP] timewait: Remove leftover extern declarations
by Arnaldo Carvalho de Melo
· 18 years ago
Next »