summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-09-03netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2-0/+25
2015-09-02flow_dissector: Use 'const' where possible.David S. Miller1-4/+4
2015-09-02flow_dissector: Fix function argument ordering dependencyTom Herbert1-4/+4
2015-09-02flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert1-8/+11
2015-09-02flowi: Abstract out functions to get flow hash based on flowiTom Herbert1-4/+12
2015-09-02skbuff: Make __skb_set_sw_hash a general functionTom Herbert1-16/+29
2015-09-02flow_dissector: Move skb related functions to skbuff.hTom Herbert1-0/+47
2015-09-01phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-2/+6
2015-09-01net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli1-0/+12
2015-08-29lib: introduce strncpy_from_unsafe()Alexei Starovoitov1-0/+2
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey1-0/+1
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+35
2015-08-28netfilter: Define v6ops in !CONFIG_NETFILTER case.Joe Stringer1-9/+9
2015-08-28net: kill long time unused bonding private flagsJiri Pirko1-36/+21
2015-08-28net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-0/+8
2015-08-28net: add netif_is_bridge_master helperJiri Pirko1-0/+5
2015-08-28net: introduce change upper device notifier change infoJiri Pirko1-0/+7
2015-08-26PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli1-0/+1
2015-08-24Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller1-29/+0
2015-08-24gro: Fix remcsum offload to deal with frags in GROTom Herbert1-12/+32
2015-08-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko3-18/+33
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+0
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso13-41/+121
2015-08-21Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.or...David S. Miller1-1/+0
2015-08-21average: remove out-of-line implementationJohannes Berg1-24/+0
2015-08-20genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+1
2015-08-18bcma: switch GPIO portions to use GPIOLIB_IRQCHIPLinus Walleij1-1/+0
2015-08-18Merge tag 'mac80211-next-for-davem-2015-08-14' mac80211-next.gitKalle Valo2-1/+40
2015-08-18Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+0
2015-08-18net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern1-0/+1
2015-08-18net: Updates to netif_index_is_vrfDavid Ahern1-1/+11
2015-08-18net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat1-0/+5
2015-08-18net/mlx5e: Ethtool link speed setting fixesAchiad Shochat1-5/+6
2015-08-18Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/sc...David S. Miller2-1/+40
2015-08-17net: fix endian check warning in etherdevice.hJesse Brandeburg1-1/+1
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter1-0/+3
2015-08-17nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard1-29/+0
2015-08-14mac80211: fix BIT position for TDLS WIDE extended capEmmanuel Grumbach1-1/+1
2015-08-14average: provide macro to create static EWMAJohannes Berg1-0/+39
2015-08-14net: Introduce VRF related flags and helpersDavid Ahern1-0/+20
2015-08-14net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek1-0/+1
2015-08-14Add a matching set of device_ functions for determining mac/phyJeremy Linton1-0/+4
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+13
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2015-08-10net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier1-3/+3
2015-08-10bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia1-0/+1
2015-08-10bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia1-0/+1
2015-08-10bpf: Make the bpf_prog_array_map more genericWang Nan1-2/+6
2015-08-10perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia1-0/+10