summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-01flowi: Abstract out functions to get flow hash based on flowiTom Herbert3-4/+33
2015-09-01skbuff: Make __skb_set_sw_hash a general functionTom Herbert2-16/+34
2015-09-01flow_dissector: Move skb related functions to skbuff.hTom Herbert2-50/+47
2015-09-01net: Make table id type u32David Ahern3-16/+16
2015-08-31tun_dst: Remove opts_sizePravin B Shelar1-1/+0
2015-08-31gro_cells: remove spinlock protecting receive queuesEric Dumazet1-13/+5
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-2/+6
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli1-0/+12
2015-08-31net: Add tos to validate source tracepointDavid Ahern1-2/+4
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2-1/+7
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann1-4/+7
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2-53/+45
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T1-0/+10
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc1-1/+2
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-0/+11
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2-8/+2
2015-08-29net: FIB tracepointsDavid Ahern1-0/+111
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard1-0/+1
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-9/+23
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov1-0/+2
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern1-5/+12
2015-08-28net: Refactor inetpeer address structDavid Ahern1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern1-0/+16
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern1-0/+23
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern1-0/+5
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-25/+56
2015-08-27net: sched: register noqueue qdiscPhil Sutter1-0/+1
2015-08-27netfilter: Define v6ops in !CONFIG_NETFILTER case.Joe Stringer1-9/+9
2015-08-27net: kill long time unused bonding private flagsJiri Pirko1-36/+21
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-0/+8
2015-08-27net: add netif_is_bridge_master helperJiri Pirko1-0/+5
2015-08-27net: introduce change upper device notifier change infoJiri Pirko1-0/+7
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-34/+0
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar2-0/+4
2015-08-27geneve: Make dst-port configurable.Pravin B Shelar1-0/+1
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2-0/+65
2015-08-27bridge: Add netlink support for vlan_protocol attributeToshiaki Makita1-0/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-3/+1
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer1-0/+3
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-0/+10
2015-08-27netfilter: connlabels: Export setting connlabel lengthJoe Stringer1-0/+4
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-0/+5
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+40
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer1-2/+7
2015-08-26Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2-8/+20
2015-08-26netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz1-1/+3
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov1-1/+1
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov1-1/+0