| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper: memcpy_from_msg() | Al Viro | 2014-11-24 | 2 | -2/+2 |
* | new helper: skb_copy_and_csum_datagram_msg() | Al Viro | 2014-11-24 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-22 | 3 | -2/+7 |
|\ |
|
| * | tcp: Restore RFC5961-compliant behavior for SYN packets | Calvin Owens | 2014-11-21 | 1 | -2/+2 |
| * | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs | Daniel Borkmann | 2014-11-16 | 1 | -6/+5 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-11-16 | 1 | -0/+1 |
| |\ |
|
| | * | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval | Daniel Borkmann | 2014-11-10 | 1 | -0/+1 |
| * | | ipv4: Fix incorrect error code when adding an unreachable route | Panu Matilainen | 2014-11-16 | 1 | -0/+4 |
* | | | vlan: introduce *vlan_hwaccel_push_inside helpers | Jiri Pirko | 2014-11-21 | 1 | -8/+3 |
* | | | vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto | Jiri Pirko | 2014-11-21 | 1 | -6/+5 |
* | | | tcp: make connect() mem charging friendly | Eric Dumazet | 2014-11-19 | 1 | -40/+28 |
* | | | icmp: Remove some spurious dropped packet profile hits from the ICMP path | Rick Jones | 2014-11-18 | 2 | -18/+31 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-14 | 2 | -1/+3 |
|\| | |
|
| * | | ipv6: fix IPV6_PKTINFO with v4 mapped | Eric Dumazet | 2014-11-11 | 1 | -1/+1 |
| * | | udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. | Jesse Gross | 2014-11-10 | 1 | -0/+2 |
* | | | tcp: limit GSO packets to half cwnd | Eric Dumazet | 2014-11-13 | 1 | -4/+8 |
* | | | FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS | Thomas Graf | 2014-11-13 | 1 | -1/+1 |
* | | | ip_tunnel: Ops registration for secondary encap (fou, gue) | Tom Herbert | 2014-11-12 | 2 | -25/+138 |
* | | | udp: Neaten function pointer calls and add braces | Joe Perches | 2014-11-12 | 1 | -17/+17 |
* | | | neigh: remove dynamic neigh table registration support | WANG Cong | 2014-11-11 | 1 | -1/+1 |
* | | | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 2014-11-11 | 6 | -34/+35 |
* | | | net: introduce SO_INCOMING_CPU | Eric Dumazet | 2014-11-11 | 2 | -0/+2 |
* | | | tcp: move sk_mark_napi_id() at the right place | Eric Dumazet | 2014-11-11 | 1 | -1/+2 |
* | | | ipv4: Avoid reading user iov twice after raw_probe_proto_opt | Herbert Xu | 2014-11-10 | 1 | -8/+54 |
* | | | ipv4: Use standard iovec primitive in raw_probe_proto_opt | Herbert Xu | 2014-11-10 | 1 | -39/+11 |
* | | | udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts | Rick Jones | 2014-11-07 | 2 | -3/+10 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-11-07 | 2 | -29/+34 |
|\| | |
|
| * | | tcp: zero retrans_stamp if all retrans were acked | Marcelo Leitner | 2014-11-05 | 1 | -29/+31 |
| * | | geneve: Unregister pernet subsys on module unload. | Jesse Gross | 2014-11-05 | 1 | -0/+1 |
| * | | geneve: Set GSO type on transmit. | Jesse Gross | 2014-11-05 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2014-11-06 | 3 | -4/+1 |
|\ \ |
|
| * | | net: Remove MPLS GSO feature. | Pravin B Shelar | 2014-11-06 | 3 | -4/+1 |
* | | | net: esp: Convert NETDEBUG to pr_info | Joe Perches | 2014-11-06 | 1 | -5/+5 |
* | | | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages | Joe Perches | 2014-11-06 | 1 | -5/+3 |
|/ / |
|
* | | fou: Fix typo in returning flags in netlink | Tom Herbert | 2014-11-06 | 2 | -2/+2 |
* | | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs | Daniel Borkmann | 2014-11-06 | 1 | -6/+5 |
* | | net: Convert SEQ_START_TOKEN/seq_printf to seq_puts | Joe Perches | 2014-11-06 | 1 | -5/+1 |
* | | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 2014-11-05 | 5 | -8/+7 |
* | | gue: Receive side of remote checksum offload | Tom Herbert | 2014-11-05 | 1 | -9/+161 |
* | | gue: TX support for using remote checksum offload option | Tom Herbert | 2014-11-05 | 1 | -3/+32 |
* | | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert | 2014-11-05 | 3 | -2/+18 |
* | | gue: Add infrastructure for flags and options | Tom Herbert | 2014-11-05 | 1 | -48/+94 |
* | | udp: Offload outer UDP tunnel csum if available | Tom Herbert | 2014-11-05 | 1 | -16/+36 |
* | | net: Move fou_build_header into fou.c and refactor | Tom Herbert | 2014-11-05 | 3 | -49/+94 |
* | | udp: remove blank line between set and test | Fabian Frederick | 2014-11-04 | 1 | -1/+0 |
* | | esp4: remove assignment in if condition | Fabian Frederick | 2014-11-04 | 1 | -1/+3 |
* | | net: allow setting ecn via routing table | Florian Westphal | 2014-11-04 | 3 | -15/+29 |
* | | syncookies: split cookie_check_timestamp() into two functions | Florian Westphal | 2014-11-04 | 1 | -10/+21 |
* | | syncookies: avoid magic values and document which-bit-is-what-option | Florian Westphal | 2014-11-04 | 1 | -15/+35 |
* | | igmp: remove camel case definitions | Fabian Frederick | 2014-11-04 | 1 | -14/+14 |