summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* neigh: Send a notification when DELAY_PROBE_TIME changesIdo Schimmel2016-07-051-0/+1
* net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+4
* net: add dev arg to ndo_neigh_construct/destroyJiri Pirko2016-07-051-2/+4
* net/mlx5e: Add ethtool flow steering supportMaor Gottlieb2016-07-051-0/+1
* net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb2016-07-051-5/+1
* net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb2016-07-051-3/+7
* Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m...David S. Miller2016-07-041-0/+114
|\
| * batman-adv: throughput meter implementationAntonio Quartulli2016-07-041-0/+43
| * batman-adv: add netlink command to query generic mesh information filesMatthias Schiffer2016-07-041-0/+18
| * batman-adv: add generic netlink family for batman-advMatthias Schiffer2016-07-041-0/+53
* | mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko2016-07-041-0/+18
* | bpf: add bpf_get_hash_recalc helperDaniel Borkmann2016-07-041-0/+9
* | net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim2016-07-042-5/+7
* | net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim2016-07-041-0/+10
* | net/mlx5e: Create NIC global resources only onceHadar Hen Zion2016-07-021-0/+13
* | net/devlink: Add E-Switch mode controlOr Gerlitz2016-07-022-0/+11
* | net/mlx5: Introduce offloads steering namespaceOr Gerlitz2016-07-021-0/+1
* | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+11
* | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-011-0/+1
* | cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-011-0/+1
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-0/+7
* | bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-011-5/+0
* | tun: switch to use skb array for txJason Wang2016-07-011-0/+1
* | net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-011-0/+1
* | skb_array: add wrappers for resizingJason Wang2016-07-011-0/+9
* | ptr_ring: support resizing multiple queuesMichael S. Tsirkin2016-07-011-9/+62
* | skb_array: minor tweakJason Wang2016-07-011-2/+2
* | ptr_ring: support zero length ringJason Wang2016-07-011-2/+4
* | tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-011-2/+1
* | tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M2016-06-301-1/+1
* | tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+10
* | net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-302-0/+27
* | net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-302-2/+4
* | bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+9
* | bpf: add bpf_skb_change_proto helperDaniel Borkmann2016-06-301-0/+14
* | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3040-102/+197
|\ \
| * \ Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-291-24/+0
| |\ \
| | * | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-281-24/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-2911-6/+55
| |\ \ \
| | * | | bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-291-0/+4
| | * | | sock_diag: do not broadcast raw socket destructionWillem de Bruijn2016-06-281-0/+6
| | * | | act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-231-3/+3
| | * | | net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2016-06-221-0/+1
| | * | | qed*: Don't reset statistics on inner reloadYuval Mintz2016-06-191-0/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-173-0/+4
| | |\ \ \
| | | * | | netfilter: xt_SYNPROXY: include missing <linux/types.h>Pablo Neira Ayuso2016-06-171-0/+2
| | | * | | netfilter: xt_SYNPROXY: add missing header to KbuildPablo Neira Ayuso2016-06-171-0/+1
| | | * | | netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso2016-06-151-0/+1
| | * | | | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-151-1/+27