| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-05-25 | 1 | -3/+3 |
|\ |
|
| * | net/dccp: expansion of error code size | Yoichi Yuasa | 2010-05-24 | 1 | -3/+3 |
* | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 1 | -1/+1 |
|/ |
|
* | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2010-05-01 | 1 | -4/+6 |
* | net: sk_sleep() helper | Eric Dumazet | 2010-04-20 | 2 | -4/+4 |
* | net: replace ipfragok with skb->local_df | Shan Wei | 2010-04-15 | 2 | -3/+3 |
* | net: sk_dst_cache RCUification | Eric Dumazet | 2010-04-13 | 1 | -2/+2 |
* | inet: Remove unused send_check length argument | Herbert Xu | 2010-04-11 | 4 | -5/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 10 | -0/+11 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 10 | -0/+11 |
* | | net: remove trailing space in messages | Frans Pop | 2010-03-24 | 2 | -2/+2 |
* | | net: snmp mib cleanup | Eric Dumazet | 2010-03-21 | 1 | -1/+1 |
|/ |
|
* | net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation | Gerrit Renker | 2010-03-15 | 3 | -15/+17 |
* | net: backlog functions rename | Zhu Yi | 2010-03-05 | 1 | -1/+1 |
* | percpu: add __percpu sparse annotations to net | Tejun Heo | 2010-02-16 | 1 | -2/+3 |
* | dccp: support for passing MSG_TRUNC | Gerrit Renker | 2010-02-12 | 1 | -0/+2 |
* | dccp: allow probing of CCID-array length | Gerrit Renker | 2010-02-12 | 1 | -5/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-03 | 3 | -6/+8 |
|\ |
|
| * | dccp: fix auto-loading of dccp(_probe) | Gerrit Renker | 2010-02-03 | 1 | -2/+2 |
| * | dccp: fix bug in cache allocation | Gerrit Renker | 2010-02-03 | 2 | -4/+6 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 3 | -14/+9 |
|\ \
| |/ |
|
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-01-22 | 1 | -11/+9 |
| |\ |
|
| * | | dccp: fix dccp rmmod when kernel configured to use slub | Neil Horman | 2010-01-19 | 2 | -13/+7 |
| * | | dccp_probe: Fix module load dependencies between dccp and dccp_probe | Neil Horman | 2010-01-15 | 1 | -1/+2 |
* | | | net: spread __net_init, __net_exit | Alexey Dobriyan | 2010-01-17 | 2 | -4/+4 |
| |/
|/| |
|
* | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 | 1 | -2/+2 |
* | | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 | 1 | -1/+1 |
* | | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 | 1 | -3/+3 |
* | | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 | 1 | -11/+9 |
|/ |
|
* | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2009-12-08 | 2 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 11 | -530/+504 |
|\ |
|
| * | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 2009-12-02 | 3 | -5/+7 |
| * | net: drop capability from protocol definitions | Eric Paris | 2009-11-05 | 2 | -2/+0 |
| * | net: Fix for dst_negative_advice | Krishna Kumar | 2009-10-20 | 1 | -2/+2 |
| * | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-18 | 5 | -41/+47 |
| * | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 2009-10-13 | 1 | -6/+7 |
| * | IPv6: use ipv6_addr_set_v4mapped() | Brian Haley | 2009-10-07 | 1 | -8/+4 |
| * | dccp ccid-3: Remove CCID naming redundancy 2/2 | Gerrit Renker | 2009-10-07 | 2 | -192/+191 |
| * | dccp ccid-2: Remove CCID naming redundancy 1/2 | Gerrit Renker | 2009-10-07 | 1 | -161/+161 |
| * | dccp ccid-3: Overhaul CCID naming convention 2/2 | Gerrit Renker | 2009-10-07 | 3 | -238/+213 |
| * | dccp ccid-2: Overhaul CCID naming convention 1/2 | Gerrit Renker | 2009-10-07 | 2 | -161/+158 |
* | | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 2009-11-12 | 1 | -4/+4 |
|/ |
|
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-09-30 | 2 | -7/+7 |
* | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 2009-09-22 | 1 | -3/+3 |
* | net: constify remaining proto_ops | Alexey Dobriyan | 2009-09-14 | 1 | -1/+1 |
* | net: constify struct inet6_protocol | Alexey Dobriyan | 2009-09-14 | 1 | -1/+1 |
* | net: constify struct net_protocol | Alexey Dobriyan | 2009-09-14 | 1 | -1/+1 |
* | net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle | Gerrit Renker | 2009-09-14 | 11 | -67/+48 |
* | inet: inet_connection_sock_af_ops const | Stephen Hemminger | 2009-09-02 | 2 | -5/+5 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 1 | -2/+3 |
|\ |
|