| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled | Daniel Borkmann | 2015-09-03 | 1 | -0/+1 |
* | net: Make table id type u32 | David Ahern | 2015-09-01 | 3 | -7/+7 |
* | tcp: use dctcp if enabled on the route to the initiator | Daniel Borkmann | 2015-08-31 | 3 | -6/+16 |
* | fib, fib6: reject invalid feature bits | Daniel Borkmann | 2015-08-31 | 1 | -0/+2 |
* | net: fib: move metrics parsing to a helper | Florian Westphal | 2015-08-31 | 1 | -30/+41 |
* | ip-tunnel: Use API to access tunnel metadata options. | Pravin B Shelar | 2015-08-31 | 1 | -2/+0 |
* | ipv4: fix 32b build | Madalin Bucur | 2015-08-31 | 1 | -1/+1 |
* | ipv4: Fix 32-bit build. | David S. Miller | 2015-08-31 | 1 | -2/+2 |
* | net: Introduce helper functions to get the per cpu data | Raghavendra K T | 2015-08-31 | 1 | -14/+27 |
* | fou: reject IPv6 config | Jiri Benc | 2015-08-29 | 1 | -1/+1 |
* | ip_tunnels: record IP version in tunnel info | Jiri Benc | 2015-08-29 | 2 | -2/+3 |
* | ip_tunnels: convert the mode field of ip_tunnel_info to flags | Jiri Benc | 2015-08-29 | 2 | -2/+2 |
* | net: FIB tracepoints | David Ahern | 2015-08-29 | 2 | -0/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-08-29 | 3 | -31/+18 |
|\ |
|
| * | Revert "netfilter: xtables: compute exact size needed for jumpstack" | Florian Westphal | 2015-08-28 | 2 | -30/+17 |
| * | netfilter: nf_dup: fix sparse warnings | Pablo Neira Ayuso | 2015-08-21 | 1 | -1/+1 |
* | | net: Add support for VRFs to inetpeer cache | David Ahern | 2015-08-28 | 3 | -4/+9 |
* | | net: Add helper function to compare inetpeer addresses | David Ahern | 2015-08-28 | 2 | -23/+3 |
* | | net: Add set,get helpers for inetpeer addresses | David Ahern | 2015-08-28 | 1 | -38/+27 |
* | | net: Introduce ipv4_addr_hash and use it for tcp metrics | David Ahern | 2015-08-28 | 1 | -6/+6 |
* | | IGMP: Inhibit reports for local multicast groups | Philip Downey | 2015-08-28 | 2 | -1/+32 |
* | | geneve: Consolidate Geneve functionality in single module. | Pravin B Shelar | 2015-08-28 | 3 | -462/+0 |
* | | tunnel: introduce udp_tun_rx_dst() | Pravin B Shelar | 2015-08-28 | 2 | -17/+29 |
* | | ah4: Fix error return in ah_input(). | David S. Miller | 2015-08-25 | 1 | -1/+3 |
* | | tcp: refine pacing rate determination | Eric Dumazet | 2015-08-25 | 2 | -1/+36 |
* | | xfrm: Use VRF master index if output device is enslaved | David Ahern | 2015-08-25 | 1 | -2/+5 |
* | | tcp: fix slow start after idle vs TSO/GSO | Eric Dumazet | 2015-08-25 | 3 | -8/+9 |
* | | lwt: Add cfg argument to build_state | Tom Herbert | 2015-08-24 | 2 | -7/+12 |
* | | fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks | Tom Herbert | 2015-08-24 | 1 | -1/+1 |
* | | gro: Fix remcsum offload to deal with frags in GRO | Tom Herbert | 2015-08-24 | 1 | -16/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-21 | 4 | -23/+24 |
|\ \ |
|
| * | | Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN" | Calvin Owens | 2015-08-17 | 1 | -6/+4 |
| * | | inet: fix potential deadlock in reqsk_queue_unlink() | Eric Dumazet | 2015-08-14 | 1 | -1/+1 |
| * | | ipv4: off-by-one in continuation handling in /proc/net/route | Andy Whitcroft | 2015-08-14 | 1 | -1/+1 |
| * | | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code | Linus Lüssing | 2015-08-14 | 1 | -15/+18 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-08-21 | 7 | -9/+259 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Pablo Neira Ayuso | 2015-08-21 | 24 | -405/+720 |
| |\ \ |
|
| * | | | netfilter: nf_conntrack: add efficient mark to zone mapping | Daniel Borkmann | 2015-08-18 | 1 | -1/+2 |
| * | | | netfilter: nf_conntrack: add direction support for zones | Daniel Borkmann | 2015-08-18 | 1 | -2/+6 |
| * | | | netfilter: nf_conntrack: push zone object into functions | Daniel Borkmann | 2015-08-11 | 3 | -8/+8 |
| * | | | netfilter: nf_tables: add nft_dup expression | Pablo Neira Ayuso | 2015-08-07 | 4 | -1/+118 |
| * | | | netfilter: factor out packet duplication for IPv4/IPv6 | Pablo Neira Ayuso | 2015-08-07 | 3 | -0/+128 |
* | | | | ipv6: route: per route IP tunnel metadata via lightweight tunnel | Jiri Benc | 2015-08-21 | 1 | -0/+102 |
* | | | | route: move lwtunnel state to dst_entry | Jiri Benc | 2015-08-21 | 2 | -14/+8 |
* | | | | ip_tunnels: use tos and ttl fields also for IPv6 | Jiri Benc | 2015-08-21 | 2 | -8/+8 |
* | | | | ip_tunnels: add IPv6 addresses to ip_tunnel_key | Jiri Benc | 2015-08-21 | 2 | -9/+9 |
| |/ /
|/| | |
|
* | | | net: Fix nexthop lookups | David Ahern | 2015-08-20 | 1 | -1/+8 |
* | | | ipv4: Make fib_encap_match static | Ying Xue | 2015-08-20 | 1 | -3/+3 |
* | | | vrf: vrf_master_ifindex_rcu is not always called with rcu read lock | Nikolay Aleksandrov | 2015-08-20 | 1 | -2/+2 |
* | | | lwtunnel: ip tunnel: fix multiple routes with different encap | Jiri Benc | 2015-08-19 | 1 | -0/+7 |