Age | Commit message (Expand) | Author | Files | Lines |
2013-06-13 | udp: fix two sparse errors | Eric Dumazet | 1 | -2/+2 |
2013-06-13 | gro: remove a sparse error | Eric Dumazet | 1 | -1/+1 |
2013-06-13 | 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-11 | net: remove last caller of skb_tail_offset() and itself | Cong Wang | 1 | -7/+1 |
2013-06-11 | tcp: add low latency socket poll support. | Eliezer Tamir | 2 | -0/+7 |
2013-06-11 | udp: add low latency socket poll support | Eliezer Tamir | 1 | -1/+5 |
2013-06-11 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+1 |
2013-06-08 | net: tcp: move GRO/GSO functions to tcp_offload | Daniel Borkmann | 5 | -318/+336 |
2013-06-08 | net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment | Daniel Borkmann | 1 | -2/+2 |
2013-06-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2 | -1/+7 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -4/+11 |
2013-06-05 | ping: always initialize ->sin6_scope_id and ->sin6_flowinfo | Cong Wang | 1 | -3/+3 |
2013-06-05 | Kconfig: remove dangling references to the deleted file | Jean Sacren | 1 | -8/+3 |
2013-06-04 | net: ipv6: Implement /proc/net/icmp6. | Lorenzo Colitti | 1 | -9/+12 |
2013-06-04 | net: ipv4: make the ping /proc code AF-independent | Lorenzo Colitti | 1 | -26/+47 |
2013-06-03 | icmp: avoid allocating large struct on stack | Cong Wang | 1 | -17/+23 |
2013-06-03 | ] icmp: fix icmp_unreach() comment. | Rami Rosen | 1 | -1/+2 |
2013-06-03 | ipv4: use separate genid for next hop exceptions | Timo Teräs | 1 | -2/+10 |
2013-06-03 | ipv4: rate limit updating of next hop exceptions with same pmtu | Timo Teräs | 1 | -0/+4 |
2013-06-03 | ipv4: properly refresh rtable entries on pmtu/redirect events | Timo Teräs | 4 | -41/+43 |
2013-06-01 | sit: add IPv4 over IPv4 support | Nicolas Dichtel | 1 | -1/+1 |
2013-06-01 | iptunnel: specify protocol outside IP header | Nicolas Dichtel | 3 | -4/+4 |
2013-06-01 | gro: should aggregate frames without DF | Eric Dumazet | 1 | -1/+2 |
2013-06-01 | net: Update RFS target at poll for tcp/udp | David Majnemer | 2 | -0/+4 |
2013-05-31 | tcp: undo on DSACK during recovery | Yuchung Cheng | 1 | -1/+7 |
2013-05-31 | tcp: fix undo on partial ack in recovery | Yuchung Cheng | 1 | -26/+33 |
2013-05-31 | tcp: refactor undo functions | Yuchung Cheng | 1 | -47/+50 |
2013-05-31 | tcp: consolidate PRR packet accounting | Yuchung Cheng | 1 | -25/+20 |
2013-05-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -2/+4 |
2013-05-29 | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail | Simon Horman | 1 | -1/+7 |
2013-05-29 | ipv4: Correct comparisons and calculations using skb->tail and skb-transport_... | Simon Horman | 3 | -3/+5 |
2013-05-29 | net: always pass struct netdev_notifier_info to netdevice notifiers | Cong Wang | 1 | -1/+4 |
2013-05-29 | arp: flush arp cache on IFF_NOARP change | Timo Teräs | 1 | -0/+6 |
2013-05-29 | net: pass info struct via netdevice notifier | Jiri Pirko | 5 | -5/+5 |
2013-05-28 | ipv4: fix redirect handling for TCP packets | Michal Kubecek | 1 | -1/+6 |
2013-05-28 | MPLS: Add limited GSO support | Simon Horman | 3 | -1/+3 |
2013-05-26 | ip_tunnel: fix kernel panic with icmp_dest_unreach | Eric Dumazet | 1 | -1/+1 |
2013-05-26 | tcp: Remove 2 indentation levels in tcp_rcv_state_process | Joe Perches | 1 | -37/+39 |
2013-05-26 | tcp: Remove another indentation level in tcp_rcv_state_process | Joe Perches | 1 | -59/+51 |
2013-05-26 | tcp: remove one indentation level in tcp_rcv_state_process() | Eric Dumazet | 1 | -136/+133 |
2013-05-26 | net: ipv6: Add IPv6 support to the ping socket. | Lorenzo Colitti | 2 | -162/+400 |
2013-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -23/+55 |
2013-05-24 | tcp: xps: fix reordering issues | Eric Dumazet | 1 | -4/+6 |
2013-05-23 | netfilter: ipt_ULOG: fix non-null terminated string in the nf_log path | Chen Gang | 1 | -2/+4 |
2013-05-23 | netfilter: {ipt,ebt}_ULOG: rise warning on deprecation | Pablo Neira Ayuso | 2 | -1/+7 |
2013-05-23 | tcp: bug fix in proportional rate reduction. | Nandita Dukkipati | 1 | -10/+13 |
2013-05-21 | tcp: md5: remove spinlock usage in fast path | Eric Dumazet | 3 | -90/+24 |