summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* netlink, mmap: fix edge-case leakages in nf queue zero-copyDaniel Borkmann2015-09-091-2/+11
* add microchip LAN88xx phy driverWoojung.Huh@microchip.com2015-09-091-0/+73
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-0331-195/+520
|\
| * netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-022-0/+25
| * flow_dissector: Use 'const' where possible.David S. Miller2015-09-011-4/+4
| * flow_dissector: Fix function argument ordering dependencyTom Herbert2015-09-011-4/+4
| * flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-011-8/+11
| * flowi: Abstract out functions to get flow hash based on flowiTom Herbert2015-09-011-4/+12
| * skbuff: Make __skb_set_sw_hash a general functionTom Herbert2015-09-011-16/+29
| * flow_dissector: Move skb related functions to skbuff.hTom Herbert2015-09-011-0/+47
| * phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-2/+6
| * net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli2015-08-311-0/+12
| * lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-281-0/+2
| * 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-275-18/+35
| |\
| * | 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
| * | Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-08-231-29/+0
| |\ \
| | * | nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard2015-08-171-29/+0
| * | | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-231-12/+32
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-18/+0
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-2113-41/+121
| |\ \ \ \
| | * \ \ \ Merge tag 'wireless-drivers-next-for-davem-2015-08-19' of git://git.kernel.or...David S. Miller2015-08-201-1/+0
| | |\ \ \ \
| | | * | | | bcma: switch GPIO portions to use GPIOLIB_IRQCHIPLinus Walleij2015-08-181-1/+0
| | | * | | | Merge tag 'mac80211-next-for-davem-2015-08-14' mac80211-next.gitKalle Valo2015-08-182-1/+40
| | | |\ \ \ \
| | * | | | | | average: remove out-of-line implementationJohannes Berg2015-08-201-24/+0
| | * | | | | | net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern2015-08-171-0/+1
| | * | | | | | net: Updates to netif_index_is_vrfDavid Ahern2015-08-171-1/+11
| | * | | | | | net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2015-08-171-0/+5
| | * | | | | | net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2015-08-171-5/+6
| | * | | | | | Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/sc...David S. Miller2015-08-172-1/+40
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | mac80211: fix BIT position for TDLS WIDE extended capEmmanuel Grumbach2015-08-141-1/+1
| | | * | | | | average: provide macro to create static EWMAJohannes Berg2015-08-141-0/+39
| | * | | | | | net: fix endian check warning in etherdevice.hJesse Brandeburg2015-08-171-1/+1
| | * | | | | | net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter2015-08-171-0/+3
| | | |_|_|/ / | | |/| | | |
| | * | | | | net: Introduce VRF related flags and helpersDavid Ahern2015-08-131-0/+20
| | * | | | | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-131-0/+1
| | * | | | | Add a matching set of device_ functions for determining mac/phyJeremy Linton2015-08-131-0/+4
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-133-8/+13
| | |\ \ \ \ \
| | * | | | | | bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-091-0/+1
| | * | | | | | bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2015-08-091-0/+1
| | * | | | | | bpf: Make the bpf_prog_array_map more genericWang Nan2015-08-091-2/+6
| | * | | | | | perf: add the necessary core perf APIs when accessing events counters in eBPF...Kaixu Xia2015-08-091-0/+10
| * | | | | | | netfilter: nfacct: per network namespace supportAndreas Schultz2015-08-071-1/+2
| |/ / / / / /
| * | | | | | net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld2015-08-061-0/+8
| * | | | | | net/mlx5_core: Support physical port countersGal Pressman2015-08-062-0/+11
| * | | | | | net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-061-1/+8