summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-07-23radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner
2016-07-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-07-20bpf: fix implicit declaration of bpf_prog_addBrenden Blanco
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven
2016-07-16of_mdio: Abstract a general interface for phy connectDongpo Li
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann
2016-07-15net: phy: micrel: Add KSZ8041FTL fiber mode supportPhilipp Zabel
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi
2016-07-14net/mlx5: Introduce bulk reading of flow countersAmir Vadai
2016-07-14net/mlx5: Store counters in rbtree instead of listAmir Vadai
2016-07-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-07-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-11posix_acl: de-union a_refcount and a_rcuJeff Layton
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner
2016-07-08Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2016-07-08ieee802154: add ieee802154_skb_src_pan helperAlexander Aring
2016-07-08ieee802154: add ieee802154_skb_dst_pan helperAlexander Aring
2016-07-06Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/sc...David S. Miller
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-06rcu: Suppress sparse warnings for rcu_dereference_raw()Paul E. McKenney
2016-07-06Introduce rb_replace_node_rcu()David Howells
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-07-05net/mlx5e: Add ethtool flow steering supportMaor Gottlieb
2016-07-05net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb
2016-07-05net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko
2016-07-04net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-07-02net/mlx5e: Create NIC global resources only onceHadar Hen Zion
2016-07-02net/mlx5: Introduce offloads steering namespaceOr Gerlitz
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau
2016-07-01net_sched: fix mirrored packets checksumWANG Cong