Age | Commit message (Expand) | Author | Files | Lines |
2013-07-16 | ipv4: set transport header earlier | Eric Dumazet | 1 | -4/+3 |
2013-07-12 | tcp: account all retransmit failures | Yuchung Cheng | 1 | -3/+4 |
2013-07-11 | gre: Fix MTU sizing check for gretap tunnels | Alexander Duyck | 1 | -1/+1 |
2013-07-11 | gso: Update tunnel segmentation to support Tx checksum offload | Alexander Duyck | 2 | -1/+6 |
2013-07-11 | inet: fix spacing in assignment | Camelia Groza | 1 | -1/+1 |
2013-07-10 | net: rename ll methods to busy-poll | Eliezer Tamir | 2 | -2/+2 |
2013-07-10 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 3 | -3/+3 |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 39 | -1709/+2236 |
2013-07-08 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 1 | -3/+3 |
2013-07-03 | mm: use totalram_pages instead of num_physpages at runtime | Jiang Liu | 1 | -1/+1 |
2013-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+11 |
2013-07-03 | net: gre: move GSO functions to gre_offload | Daniel Borkmann | 3 | -103/+131 |
2013-07-02 | ip_tunnels: Use skb-len to PMTU check. | Pravin B Shelar | 1 | -44/+55 |
2013-07-02 | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi... | Hannes Frederic Sowa | 1 | -1/+2 |
2013-07-02 | ipip: fix a regression in ioctl | Cong Wang | 1 | -5/+7 |
2013-07-01 | vti: remove duplicated code to fix a memory leak | Cong Wang | 1 | -7/+0 |
2013-07-01 | gre: fix a regression in ioctl | Cong Wang | 1 | -4/+5 |
2013-06-28 | ipv4: use next hop exceptions also for input routes | Timo Teräs | 2 | -16/+52 |
2013-06-27 | netlink: fix splat in skb_clone with large messages | Pablo Neira | 1 | -1/+1 |
2013-06-27 | sit: add support of x-netns | Nicolas Dichtel | 1 | -1/+9 |
2013-06-26 | sit: fix 4in4 + IPsec scenario | Nicolas Dichtel | 1 | -1/+1 |
2013-06-25 | gre: fix a possible skb leak | Eric Dumazet | 1 | -1/+1 |
2013-06-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -4/+8 |
2013-06-24 | netfilter: ipt_ULOG: fix incorrect setting of ulog timer | Gao feng | 1 | -4/+8 |
2013-06-19 | inet: frag , remove an empty ifdef. | Rami Rosen | 1 | -2/+0 |
2013-06-19 | tcp: introduce a per-route knob for quick ack | Cong Wang | 2 | -3/+8 |
2013-06-19 | tcp:typo unset should be unsent | Weiping Pan | 1 | -1/+1 |
2013-06-19 | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets. | Aydin Arik | 1 | -2/+2 |
2013-06-19 | ip_tunnel: push generic protocol handling to ip_tunnel module. | Pravin B Shelar | 4 | -26/+47 |
2013-06-19 | ip_tunnels: extend iptunnel_xmit() | Pravin B Shelar | 3 | -30/+98 |
2013-06-19 | gre: export gre_handle_offloads() function. | Pravin B Shelar | 2 | -32/+31 |
2013-06-19 | gre: export gre_build_header() function. | Pravin B Shelar | 2 | -39/+33 |
2013-06-19 | gre: Allow multiple protocol listener for gre protocol. | Pravin B Shelar | 2 | -151/+243 |
2013-06-19 | gre: Simplify gre protocol registration locking. | Pravin B Shelar | 1 | -27/+13 |
2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+3 |
2013-06-13 | ip_tunnel: remove __net_init/exit from exported functions | Eric Dumazet | 1 | -2/+2 |
2013-06-13 | net/ipv4: ip_vti clear skb cb before tunneling. | Saurabh Mohan | 1 | -2/+1 |
2013-06-13 | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 2 | -26/+20 |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 4 | -21/+22 |
2013-06-13 | net: ping_check_bind_addr() etc. can be static | Wu Fengguang | 1 | -4/+4 |
2013-06-12 | udp: fix two sparse errors | Eric Dumazet | 1 | -2/+2 |
2013-06-12 | gro: remove a sparse error | Eric Dumazet | 1 | -1/+1 |
2013-06-12 | igmp: fix new sparse errors | Eric Dumazet | 1 | -4/+4 |
2013-06-12 | net: udp4: move GSO functions to udp_offload | Daniel Borkmann | 4 | -82/+104 |
2013-06-12 | igmp: remove unnecessary in_device member zeroing | Shawn Bohrer | 1 | -4/+0 |
2013-06-12 | igmp: hash a hash table to speedup ip_check_mc_rcu() | Eric Dumazet | 2 | -3/+71 |
2013-06-10 | net: remove last caller of skb_tail_offset() and itself | Cong Wang | 1 | -7/+1 |
2013-06-10 | tcp: add low latency socket poll support. | Eliezer Tamir | 2 | -0/+7 |
2013-06-10 | udp: add low latency socket poll support | Eliezer Tamir | 1 | -1/+5 |
2013-06-10 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+1 |