Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | netfilter: nf_tables: add support for multi family tables | Patrick McHardy | 2014-01-07 | 2 | -0/+2 | |
| | * | | | netfilter: nf_tables: make chain types override the default AF functions | Patrick McHardy | 2014-01-07 | 2 | -44/+37 | |
| * | | | | ip_tunnel: fix sparse non static symbol warning | Wei Yongjun | 2014-01-09 | 1 | -1/+1 | |
| * | | | | net-gre-gro: Add GRE support to the GRO stack | Jerry Chu | 2014-01-07 | 3 | -5/+172 | |
| |/ / / | ||||||
| * | | | ipv4: loopback device: ignore value changes after device is upped | Jiri Pirko | 2014-01-07 | 1 | -0/+2 | |
| * | | | gre_offload: statically build GRE offloading support | Eric Dumazet | 2014-01-06 | 3 | -13/+7 | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 6 | -25/+51 | |
| |\ \ \ | ||||||
| * | | | | tcp: out_of_order_queue do not use its lock | Eric Dumazet | 2014-01-06 | 2 | -2/+2 | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2014-01-06 | 4 | -258/+24 | |
| |\ \ \ \ | ||||||
| | * | | | | netfilter: add help information to new nf_tables Kconfig options | Pablo Neira Ayuso | 2014-01-01 | 1 | -0/+14 | |
| | * | | | | netfilter: nft_reject: support for IPv6 and TCP reset | Eric Leblond | 2013-12-30 | 3 | -128/+0 | |
| | * | | | | netfilter: REJECT: separate reusable code | Eric Leblond | 2013-12-30 | 1 | -130/+10 | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-01-05 | 1 | -6/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | netfilter: nf_conntrack: remove dead code | stephen hemminger | 2014-01-03 | 1 | -6/+0 | |
| * | | | | | | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 2014-01-04 | 2 | -5/+6 | |
| * | | | | | | ipv4: Use percpu Cache route in IP tunnels | Tom Herbert | 2014-01-03 | 1 | -12/+32 | |
| * | | | | | | ipv4: Cache dst in tunnels | Tom Herbert | 2014-01-03 | 1 | -24/+89 | |
| * | | | | | | ipv4: switch and case should be at the same indent | Weilong Chen | 2014-01-02 | 1 | -15/+15 | |
| * | | | | | | ipv4: spaces required around that '=' | Weilong Chen | 2014-01-02 | 1 | -4/+4 | |
| * | | | | | | ipv4: arp: update neighbour address when a gratuitous arp is received and arp... | Salam Noureddine | 2014-01-02 | 1 | -5/+10 | |
| * | | | | | | lro: remove dead code | stephen hemminger | 2013-12-29 | 1 | -173/+0 | |
| * | | | | | | tcp: make local functions static | stephen hemminger | 2013-12-29 | 2 | -2/+2 | |
| * | | | | | | ipv4: ping make local stuff static | Stephen Hemminger | 2013-12-28 | 1 | -3/+7 | |
| * | | | | | | ipv4: remove unused function | Stephen Hemminger | 2013-12-28 | 1 | -7/+0 | |
| * | | | | | | arp: make arp_invalidate static | Stephen Hemminger | 2013-12-28 | 1 | -2/+1 | |
| * | | | | | | ipv4: make fib_detect_death static | Stephen Hemminger | 2013-12-28 | 2 | -4/+3 | |
| * | | | | | | ipv4: ipv4: Cleanup the comments in tcp_yeah.c | Weilong Chen | 2013-12-26 | 1 | -8/+8 | |
| * | | | | | | ipv4: ERROR: code indent should use tabs where possible | Weilong Chen | 2013-12-26 | 3 | -8/+5 | |
| * | | | | | | ipv4: ERROR: do not initialise globals to 0 or NULL | Weilong Chen | 2013-12-26 | 1 | -2/+2 | |
| * | | | | | | ipv4: fix all space errors in file igmp.c | Weilong Chen | 2013-12-26 | 1 | -35/+35 | |
| * | | | | | | ipv4: fix checkpatch error with foo * bar | Weilong Chen | 2013-12-26 | 1 | -1/+1 | |
| * | | | | | | ipv4: fix checkpatch error "space prohibited" | Weilong Chen | 2013-12-26 | 4 | -11/+11 | |
| * | | | | | | ipv4: do clean up with spaces | Weilong Chen | 2013-12-26 | 2 | -8/+8 | |
| * | | | | | | netconf: rename PROXY_ARP to NEIGH_PROXY | stephen hemminger | 2013-12-22 | 1 | -5/+5 | |
| * | | | | | | tcp: autocork should not hold first packet in write queue | Eric Dumazet | 2013-12-20 | 1 | -4/+10 | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-12-19 | 5 | -5/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert | 2013-12-06 | 5 | -5/+5 | |
| * | | | | | | | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs | Hannes Frederic Sowa | 2013-12-18 | 1 | -1/+3 | |
| * | | | | | | | inet: make no_pmtu_disc per namespace and kill ipv4_config | Hannes Frederic Sowa | 2013-12-18 | 4 | -13/+10 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 4 | -20/+28 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | net: Add utility functions to clear rxhash | Tom Herbert | 2013-12-17 | 2 | -4/+3 | |
| * | | | | | | | | tcp: refine TSO splits | Eric Dumazet | 2013-12-17 | 1 | -39/+54 | |
| * | | | | | | | | netconf: add proxy-arp support | stephen hemminger | 2013-12-14 | 1 | -12/+29 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | net-gro: Prepare GRO stack for the upcoming tunneling support | Jerry Chu | 2013-12-12 | 2 | -10/+24 | |
| * | | | | | | | ipv4: fix wildcard search with inet_confirm_addr() | Nicolas Dichtel | 2013-12-11 | 2 | -6/+7 | |
| * | | | | | | | net: more spelling fixes | stephen hemminger | 2013-12-10 | 2 | -6/+6 | |
| * | | | | | | | ipv4: add support for IFA_FLAGS nl attribute | Jiri Pirko | 2013-12-10 | 1 | -2/+6 | |
| * | | | | | | | neigh: restore old behaviour of default parms values | Jiri Pirko | 2013-12-09 | 2 | -0/+4 | |
| * | | | | | | | neigh: use tbl->family to distinguish ipv4 from ipv6 | Jiri Pirko | 2013-12-09 | 2 | -2/+2 | |
| * | | | | | | | neigh: convert parms to an array | Jiri Pirko | 2013-12-09 | 1 | -15/+18 |