summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-13133-562/+2341
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-122-1/+2
| |\
| | * unix: properly account for FDs passed over unix socketswilly tarreau2016-01-111-0/+1
| | * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
| * | net: Fix typo in netdev_intersect_featuresTom Herbert2016-01-121-2/+2
| * | IB/mlx5: Add flow steering supportMaor Gottlieb2016-01-111-0/+10
| * | net/mlx5_core: Make ipv4/ipv6 location more clearMaor Gottlieb2016-01-111-2/+18
| * | net/mlx5_core: Enable flow steering support for the IB driverMaor Gottlieb2016-01-112-0/+4
| * | net/mlx5_core: Introduce modify flow table commandMaor Gottlieb2016-01-111-4/+52
| * | net/mlx5_core: Managing root flow tableMaor Gottlieb2016-01-111-1/+30
| * | net/mlx5_core: Introduce flow steering autogrouped flow tableMaor Gottlieb2016-01-111-0/+6
| * | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2016-01-111-1/+9
| * | bpf: export helper function flags and reject invalid onesDaniel Borkmann2016-01-111-0/+16
| * | net, sched: add clsact qdiscDaniel Borkmann2016-01-113-1/+12
| * | bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann2016-01-101-0/+17
| * | net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-0/+9
| * | ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-102-2/+4
| * | ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-102-2/+4
| * | ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-102-2/+5
| * | switchdev: Adding MDB entry offloadElad Raz2016-01-101-0/+11
| * | bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann2016-01-091-10/+29
| * | ipv4: eliminate endianness warnings in ip_fib.hLance Richardson2016-01-091-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-094-11/+40
| |\ \
| | * | netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-081-0/+2
| | * | netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a2016-01-082-0/+6
| | * | netfilter: nf_tables: add forward expression to the netdev familyPablo Neira Ayuso2016-01-041-0/+12
| | * | netfilter: nf_tables: add packet duplication to the netdev familyPablo Neira Ayuso2016-01-031-0/+6
| | * | netfilter: nft_limit: allow to invert matching criteriaPablo Neira Ayuso2016-01-031-0/+6
| | * | netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-2/+2
| | * | netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-4/+4
| | * | netfilter: nf_tables: destroy basechain and rules on netdevice removalPablo Neira Ayuso2015-12-281-4/+1
| | * | netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso2015-12-281-1/+1
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-083-11/+24
| |\ \ \
| | * | | Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-052-0/+3
| | * | | Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-10/+20
| | * | | mac802154: constify ieee802154_llsec_ops structureJulia Lawall2016-01-041-1/+1
| * | | | mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-071-0/+4
| * | | | mdio: Add support for mdio drivers.Andrew Lunn2016-01-072-4/+55
| * | | | phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-071-0/+1
| * | | | phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-3/+4
| * | | | phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-071-1/+1
| * | | | phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-072-1/+9
| * | | | phy: Add an mdio_device structureAndrew Lunn2016-01-072-15/+20
| * | | | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-3/+3
| * | | | phy: Centralise print about attached phyAndrew Lunn2016-01-071-0/+4
| * | | | phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn2016-01-071-5/+2
| * | | | phy: add phydev_name() wrapperAndrew Lunn2016-01-071-0/+5
| * | | | phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn2016-01-071-0/+6
| * | | | mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn2016-01-072-5/+7
| * | | | phy: Consistently use addr for address on an MII busAndrew Lunn2016-01-071-2/+2