Age | Commit message (Expand) | Author | Files | Lines |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 21 | -610/+410 |
2010-10-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -6/+14 |
2010-10-21 | tproxy: fix hash locking issue when using port redirection in __inet_inherit_... | Balazs Scheidler | 2 | -6/+14 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-12 | dccp: cosmetics - warning format | Gerrit Renker | 2 | -2/+2 |
2010-10-12 | dccp: schedule an Ack when receiving timestamps | Gerrit Renker | 2 | -2/+3 |
2010-10-12 | dccp: generalise data-loss condition | Ivo Calado | 1 | -6/+15 |
2010-10-12 | dccp: remove unused argument in CCID tx function | Gerrit Renker | 4 | -7/+6 |
2010-10-12 | dccp: merge now-reduced connect_init() function | Gerrit Renker | 1 | -13/+5 |
2010-10-12 | dccp: fix the adjustments to AWL and SWL | Gerrit Renker | 3 | -33/+35 |
2010-10-07 | dccp: Kill dead code and add static markers. | stephen hemminger | 5 | -40/+25 |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-09-21 | dccp ccid-3: Remove redundant 'options_received' struct | Gerrit Renker | 2 | -23/+8 |
2010-09-21 | dccp tfrc/ccid-3: computing the loss rate from the Loss Event Rate | Gerrit Renker | 3 | -5/+19 |
2010-09-21 | dccp ccid-3: remove dead states | Gerrit Renker | 2 | -30/+9 |
2010-09-21 | dccp: Replace magic CCID-specific numbers by symbolic constants | Gerrit Renker | 1 | -10/+3 |
2010-09-21 | dccp: Add packet type information to CCID-specific option parsing | Gerrit Renker | 3 | -41/+35 |
2010-09-15 | dccp ccid-3: Simplify and consolidate tx_parse_options | Gerrit Renker | 2 | -46/+14 |
2010-09-15 | dccp ccid-3: remove buggy RTT-sampling history lookup | Gerrit Renker | 3 | -57/+38 |
2010-09-15 | dccp ccid-3: A lower bound for the inter-packet scheduling algorithm | Gerrit Renker | 2 | -16/+21 |
2010-08-31 | dccp ccid-3: use per-route RTO or TCP RTO as fallback | Gerrit Renker | 3 | -38/+6 |
2010-08-31 | dccp ccid-2: Share TCP's minimum RTO code | Gerrit Renker | 1 | -2/+3 |
2010-08-31 | tcp/dccp: Consolidate common code for RFC 3390 conversion | Gerrit Renker | 1 | -6/+2 |
2010-08-31 | dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() | Gerrit Renker | 1 | -25/+3 |
2010-08-31 | dccp ccid-2: Use u32 timestamps uniformly | Gerrit Renker | 2 | -13/+16 |
2010-08-24 | dccp ccid-2: Replace broken RTT estimator with better algorithm | Gerrit Renker | 2 | -81/+108 |
2010-08-24 | dccp ccid-2: Simplify dec_pipe and rearming of RTO timer | Gerrit Renker | 1 | -19/+8 |
2010-08-24 | dccp ccid-2: Remove redundant sanity tests | Gerrit Renker | 1 | -52/+0 |
2010-08-24 | dccp ccid-3: No more CCID control blocks in LISTEN state | Gerrit Renker | 1 | -33/+7 |
2010-08-24 | ccid: ccid-2/3 code cosmetics | Gerrit Renker | 3 | -26/+27 |
2010-07-19 | net: dccp: fix sign bug | Kulikov Vasiliy | 1 | -1/+1 |
2010-06-26 | snmp: add align parameter to snmp_mib_init() | Eric Dumazet | 1 | -1/+2 |
2010-06-26 | dccp: make implementation of Syn-RTT symmetric | Gerrit Renker | 2 | -3/+16 |
2010-06-26 | dccp: remove unused function argument | Gerrit Renker | 4 | -19/+13 |
2010-06-11 | net-next: remove useless union keyword | Changli Gao | 1 | -2/+2 |
2010-06-02 | ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option | Arnaud Ebalard | 1 | -24/+6 |
2010-05-31 | net/dccp: Use memdup_user | Julia Lawall | 1 | -8/+3 |
2010-05-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -3/+3 |
2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 1 | -1/+1 |
2010-05-25 | net/dccp: expansion of error code size | Yoichi Yuasa | 1 | -3/+3 |
2010-05-02 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -4/+6 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 2 | -4/+4 |
2010-04-16 | net: replace ipfragok with skb->local_df | Shan Wei | 2 | -3/+3 |
2010-04-13 | net: sk_dst_cache RCUification | Eric Dumazet | 1 | -2/+2 |
2010-04-12 | inet: Remove unused send_check length argument | Herbert Xu | 4 | -5/+4 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 10 | -0/+11 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 10 | -0/+11 |
2010-03-25 | net: remove trailing space in messages | Frans Pop | 2 | -2/+2 |
2010-03-22 | net: snmp mib cleanup | Eric Dumazet | 1 | -1/+1 |
2010-03-16 | net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation | Gerrit Renker | 3 | -15/+17 |