Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-03-06 | net: backlog functions rename | Zhu Yi | 1 | -1/+1 |
2010-02-17 | percpu: add __percpu sparse annotations to net | Tejun Heo | 1 | -2/+3 |
2010-02-13 | dccp: support for passing MSG_TRUNC | Gerrit Renker | 1 | -0/+2 |
2010-02-12 | dccp: allow probing of CCID-array length | Gerrit Renker | 1 | -5/+4 |
2010-02-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -6/+8 |
2010-02-04 | dccp: fix auto-loading of dccp(_probe) | Gerrit Renker | 1 | -2/+2 |
2010-02-04 | dccp: fix bug in cache allocation | Gerrit Renker | 2 | -4/+6 |
2010-01-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -14/+9 |
2010-01-23 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -11/+9 |
2010-01-19 | dccp: fix dccp rmmod when kernel configured to use slub | Neil Horman | 2 | -13/+7 |
2010-01-18 | net: spread __net_init, __net_exit | Alexey Dobriyan | 2 | -4/+4 |
2010-01-15 | dccp_probe: Fix module load dependencies between dccp and dccp_probe | Neil Horman | 1 | -1/+2 |
2009-12-23 | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 1 | -2/+2 |
2009-12-23 | kfifo: cleanup namespace | Stefani Seibold | 1 | -1/+1 |
2009-12-23 | kfifo: move out spinlock | Stefani Seibold | 1 | -3/+3 |
2009-12-23 | kfifo: move struct kfifo in place | Stefani Seibold | 1 | -11/+9 |
2009-12-09 | tcp: Fix a connect() race with timewait sockets | Eric Dumazet | 2 | -3/+3 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 11 | -530/+504 |
2009-12-03 | TCPCT part 1a: add request_values parameter for sending SYNACK | William Allen Simpson | 3 | -5/+7 |
2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -4/+4 |
2009-11-06 | net: drop capability from protocol definitions | Eric Paris | 2 | -2/+0 |
2009-10-21 | net: Fix for dst_negative_advice | Krishna Kumar | 1 | -2/+2 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 5 | -41/+47 |
2009-10-13 | tcp: replace ehash_size by ehash_mask | Eric Dumazet | 1 | -6/+7 |
2009-10-08 | IPv6: use ipv6_addr_set_v4mapped() | Brian Haley | 1 | -8/+4 |
2009-10-08 | dccp ccid-3: Remove CCID naming redundancy 2/2 | Gerrit Renker | 2 | -192/+191 |
2009-10-08 | dccp ccid-2: Remove CCID naming redundancy 1/2 | Gerrit Renker | 1 | -161/+161 |
2009-10-08 | dccp ccid-3: Overhaul CCID naming convention 2/2 | Gerrit Renker | 3 | -238/+213 |
2009-10-08 | dccp ccid-2: Overhaul CCID naming convention 1/2 | Gerrit Renker | 2 | -161/+158 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2 | -7/+7 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -3/+3 |
2009-09-15 | net: constify remaining proto_ops | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net: constify struct inet6_protocol | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net: constify struct net_protocol | Alexey Dobriyan | 1 | -1/+1 |
2009-09-15 | net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyle | Gerrit Renker | 11 | -67/+48 |
2009-09-02 | inet: inet_connection_sock_af_ops const | Stephen Hemminger | 2 | -5/+5 |
2009-08-13 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+3 |