summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-281-5/+12
* net: Refactor inetpeer address structDavid Ahern2015-08-281-16/+19
* net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-281-0/+16
* net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-0/+23
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-0/+5
* IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-278-25/+56
|\
| * PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-0/+1
| * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-221-0/+1
| |\
| | * genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko2015-08-201-0/+1
| * | mm: make page pfmemalloc check more robustMichal Hocko2015-08-213-18/+33
| * | Merge tag 'media/v4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-08-212-7/+2
| |\ \
| | * | Revert "[media] rc: rc-ir-raw: Add scancode encoder callback"David Härdeman2015-08-191-3/+0
| | * | Revert "[media] rc: rc-core: Add support for encode_wakeup drivers"David Härdeman2015-08-191-3/+0
| | * | Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via s...David Härdeman2015-08-191-1/+0
| | * | [media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus2015-07-171-0/+2
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-08-211-0/+19
| |\ \ \
| | * | | drm/edid: add function to help find SADsRussell King2015-08-201-0/+19
* | | | | net: sched: register noqueue qdiscPhil Sutter2015-08-271-0/+1
* | | | | netfilter: Define v6ops in !CONFIG_NETFILTER case.Joe Stringer2015-08-271-9/+9
* | | | | net: kill long time unused bonding private flagsJiri Pirko2015-08-271-36/+21
* | | | | net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2015-08-271-0/+8
* | | | | net: add netif_is_bridge_master helperJiri Pirko2015-08-271-0/+5
* | | | | net: introduce change upper device notifier change infoJiri Pirko2015-08-271-0/+7
* | | | | geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-271-34/+0
* | | | | geneve: Add support to collect tunnel metadata.Pravin B Shelar2015-08-272-0/+4
* | | | | geneve: Make dst-port configurable.Pravin B Shelar2015-08-271-0/+1
* | | | | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-272-0/+65
* | | | | bridge: Add netlink support for vlan_protocol attributeToshiaki Makita2015-08-271-0/+1
* | | | | net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-3/+1
* | | | | openvswitch: Allow attaching helpers to ct actionJoe Stringer2015-08-271-0/+3
* | | | | openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-0/+10
* | | | | netfilter: connlabels: Export setting connlabel lengthJoe Stringer2015-08-271-0/+4
* | | | | openvswitch: Allow matching on conntrack markJoe Stringer2015-08-271-0/+5
* | | | | openvswitch: Add conntrack actionJoe Stringer2015-08-271-0/+40
* | | | | dst: Add __skb_dst_copy() variationJoe Stringer2015-08-271-2/+7
* | | | | net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov2015-08-261-1/+1
* | | | | net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-261-1/+0
* | | | | vxlan: fix multiple inclusion of vxlan.hJiri Benc2015-08-251-1/+2
* | | | | inetpeer: remove dead codeDavid Ahern2015-08-251-67/+0
* | | | | tcp: refine pacing rate determinationEric Dumazet2015-08-251-0/+2
* | | | | tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-251-0/+13
* | | | | lwt: Add cfg argument to build_stateTom Herbert2015-08-241-0/+3
* | | | | Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-08-233-29/+44
|\ \ \ \ \
| * | | | | nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-0/+41
| * | | | | NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+2
| * | | | | NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+1
| * | | | | nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard2015-08-171-29/+0
* | | | | | route: fix breakage after moving lwtunnel stateJiri Benc2015-08-231-2/+5
* | | | | | vxlan: GRO support at tunnel layerTom Herbert2015-08-231-0/+1