aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-29net: FIB tracepointsDavid Ahern
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-28lib: introduce strncpy_from_unsafe()Alexei Starovoitov
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern
2015-08-28net: Refactor inetpeer address structDavid Ahern
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27net: sched: register noqueue qdiscPhil Sutter
2015-08-27netfilter: Define v6ops in !CONFIG_NETFILTER case.Joe Stringer
2015-08-27net: kill long time unused bonding private flagsJiri Pirko
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko
2015-08-27net: add netif_is_bridge_master helperJiri Pirko
2015-08-27net: introduce change upper device notifier change infoJiri Pirko
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar
2015-08-27geneve: Make dst-port configurable.Pravin B Shelar
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-27bridge: Add netlink support for vlan_protocol attributeToshiaki Makita
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27netfilter: connlabels: Export setting connlabel lengthJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer
2015-08-26Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso
2015-08-26netfilter: ip6t_REJECT: added missing icmpv6 codesAndreas Herz
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov
2015-08-26PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli
2015-08-25vxlan: fix multiple inclusion of vxlan.hJiri Benc
2015-08-25inetpeer: remove dead codeDavid Ahern
2015-08-25tcp: refine pacing rate determinationEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-08-24lwt: Add cfg argument to build_stateTom Herbert
2015-08-23Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc
2015-08-23vxlan: GRO support at tunnel layerTom Herbert
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko