| Commit message (Expand) | Author | Age | Files | Lines |
* | af_unix: Convert the unix_sk macro to an inline function for type safety | Aaron Conole | 2015-09-29 | 1 | -1/+5 |
* | ipv4: send arp replies to the correct tunnel | Jiri Benc | 2015-09-24 | 1 | -0/+2 |
* | tcp/dccp: fix timewait races in timer handling | Eric Dumazet | 2015-09-21 | 1 | -1/+13 |
* | ip6tunnel: make rx/tx bytes counters consistent | Nicolas Dichtel | 2015-09-20 | 1 | -1/+1 |
* | net: Fix behaviour of unreachable, blackhole and prohibit routes | Nikola Forró | 2015-09-20 | 1 | -11/+19 |
* | net: Fix vti use case with oif in dst lookups | David Ahern | 2015-09-17 | 2 | -1/+2 |
* | ipv6: include NLM_F_REPLACE in route replace notifications | Roopa Prabhu | 2015-09-17 | 1 | -1/+2 |
* | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel | Martin KaFai Lau | 2015-09-15 | 1 | -2/+2 |
* | ipv6: Fix dst_entry refcnt bugs in ip6_tunnel | Martin KaFai Lau | 2015-09-15 | 1 | -2/+9 |
* | ipv6: Rename the dst_cache helper functions in ip6_tunnel | Martin KaFai Lau | 2015-09-15 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-09-10 | 5 | -5/+6 |
|\ |
|
| * | net: ipv6: use common fib_default_rule_pref | Phil Sutter | 2015-09-09 | 1 | -2/+0 |
| * | Merge tag 'mac80211-for-davem-2015-09-04' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2015-09-06 | 1 | -1/+3 |
| |\ |
|
| | * | mac80211: protect non-HT BSS when HT TDLS traffic exists | Avri Altman | 2015-09-04 | 1 | -1/+3 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-09-05 | 3 | -2/+3 |
| |\ \
| | |/
| |/| |
|
| | * | netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths | Daniel Borkmann | 2015-09-01 | 1 | -0/+1 |
| | * | netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n | Bernhard Thaler | 2015-08-19 | 1 | -1/+1 |
| | * | netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg() | Pablo Neira Ayuso | 2015-08-19 | 1 | -1/+1 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-09-09 | 2 | -0/+38 |
|\ \ \ |
|
| * | | | net/bonding: Export bond_option_active_slave_get_rcu | Matan Barak | 2015-08-30 | 1 | -0/+7 |
| * | | | net/ipv6: Export addrconf_ifid_eui48 | Matan Barak | 2015-08-30 | 1 | -0/+31 |
| | |/
| |/| |
|
* | | | memcg: move memcg_proto_active from sock.h | Michal Hocko | 2015-09-08 | 1 | -5/+0 |
* | | | memcg: export struct mem_cgroup | Michal Hocko | 2015-09-08 | 1 | -28/+0 |
| |/
|/| |
|
* | | netfilter: nf_conntrack: make nf_ct_zone_dflt built-in | Daniel Borkmann | 2015-09-02 | 1 | -18/+1 |
* | | flow_dissector: Use 'const' where possible. | David S. Miller | 2015-09-01 | 1 | -4/+4 |
* | | flow_dissector: Don't use bit fields. | David S. Miller | 2015-09-01 | 1 | -3/+5 |
* | | flow_dissector: Add control/reporting of encapsulation | Tom Herbert | 2015-09-01 | 1 | -0/+2 |
* | | flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen | Tom Herbert | 2015-09-01 | 1 | -0/+1 |
* | | flow_dissector: Add flag to stop parsing at L3 | Tom Herbert | 2015-09-01 | 1 | -0/+1 |
* | | flow_dissector: Add control/reporting of fragmentation | Tom Herbert | 2015-09-01 | 1 | -0/+4 |
* | | flowi: Abstract out functions to get flow hash based on flowi | Tom Herbert | 2015-09-01 | 2 | -0/+21 |
* | | skbuff: Make __skb_set_sw_hash a general function | Tom Herbert | 2015-09-01 | 1 | -0/+5 |
* | | flow_dissector: Move skb related functions to skbuff.h | Tom Herbert | 2015-09-01 | 1 | -50/+0 |
* | | net: Make table id type u32 | David Ahern | 2015-09-01 | 2 | -13/+13 |
* | | tun_dst: Remove opts_size | Pravin B Shelar | 2015-08-31 | 1 | -1/+0 |
* | | gro_cells: remove spinlock protecting receive queues | Eric Dumazet | 2015-08-31 | 1 | -13/+5 |
* | | tcp: use dctcp if enabled on the route to the initiator | Daniel Borkmann | 2015-08-31 | 2 | -1/+7 |
* | | ip-tunnel: Use API to access tunnel metadata options. | Pravin B Shelar | 2015-08-31 | 2 | -53/+45 |
* | | net: Introduce helper functions to get the per cpu data | Raghavendra K T | 2015-08-30 | 1 | -0/+10 |
* | | vxlan: do not receive IPv4 packets on IPv6 socket | Jiri Benc | 2015-08-29 | 1 | -1/+2 |
* | | ip_tunnels: record IP version in tunnel info | Jiri Benc | 2015-08-29 | 2 | -0/+11 |
* | | ip_tunnels: convert the mode field of ip_tunnel_info to flags | Jiri Benc | 2015-08-29 | 2 | -8/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-08-28 | 1 | -8/+15 |
|\ \ |
|
| * | | ipvs: add more mcast parameters for the sync daemon | Julian Anastasov | 2015-08-21 | 1 | -0/+4 |
| * | | ipvs: add sync_maxlen parameter for the sync daemon | Julian Anastasov | 2015-08-21 | 1 | -8/+11 |
* | | | net: Add support for VRFs to inetpeer cache | David Ahern | 2015-08-28 | 1 | -5/+12 |
* | | | net: Refactor inetpeer address struct | David Ahern | 2015-08-28 | 1 | -16/+19 |
* | | | net: Add helper function to compare inetpeer addresses | David Ahern | 2015-08-28 | 1 | -0/+16 |
* | | | net: Add set,get helpers for inetpeer addresses | David Ahern | 2015-08-28 | 1 | -0/+23 |
* | | | net: Introduce ipv4_addr_hash and use it for tcp metrics | David Ahern | 2015-08-28 | 1 | -0/+5 |