summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | gre: fix error handlerEric Dumazet2016-06-151-1/+1
| | * | | net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld2016-06-151-1/+2
| | |/ /
| | * | net: diag: add missing declarationsBen Dooks2016-06-101-0/+6
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-06-272-0/+32
| |\ \ \
| | * | | Input: add HDMI CEC specific keycodesKamil Debski2016-06-181-0/+31
| | * | | Input: add BUS_CEC typeHans Verkuil2016-06-181-0/+1
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-06-251-3/+13
| |\ \ \ \
| | * | | | locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2016-06-241-3/+13
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-242-5/+8
| |\ \ \ \ \
| | * | | | | Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-241-1/+1
| | * | | | | mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin2016-06-241-4/+7
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-06-242-1/+4
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford2016-06-232-1/+4
| | |\ \ \ \ \ \ \
| | | | * | | | | | IB/mlx5: Fix post send fence logicEli Cohen2016-06-231-0/+1
| | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn2016-06-231-1/+3
| | |/ / / / / /
| * | | | | | | fix up initial thread stack pointer vs thread_info confusionLinus Torvalds2016-06-241-1/+1
| * | | | | | | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-201-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | much milder d_walk() raceAl Viro2016-06-101-0/+1
| * | | | | | Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-06-182-2/+6
| |\ \ \ \ \ \
| | * | | | | | usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-2/+3
| | * | | | | | usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-311-0/+3