summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-014-0/+12
* netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-011-0/+5
* netfilter: nf_tables: add support for native socket matchingMáté Eckl2018-06-011-0/+25
* netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2018-05-291-0/+5
* netfilter: add includes to nf_socket.hMáté Eckl2018-05-291-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2717-19/+60
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-262-4/+6
| |\
| | * mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-261-3/+5
| | * mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko2018-05-261-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-264-3/+5
| |\ \ | | |/ | |/|
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-251-1/+1
| | |\
| | | * bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-1/+1
| | * | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-251-1/+1
| | * | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-231-1/+1
| | |\ \
| | | * | cfg80211: further limit wiphy names to 64 bytesEric Biggers2018-05-181-1/+1
| | | |/
| | * | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-221-0/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-242-6/+5
| |\ \ \
| | * | | IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe2018-05-231-5/+5
| | * | | IB/umem: Use the correct mm during ib_umem_releaseLidong Chen2018-05-161-1/+0
| * | | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-242-1/+3
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-0/+1
| |\ \ \ \
| | * | | | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-0/+1
| * | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-217-5/+40
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-0/+1
| | * | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-0/+2
| | * | | | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-052-4/+6
| | * | | | prctl: Add force disable speculationThomas Gleixner2018-05-052-1/+10
| | * | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-2/+5
| | * | | | prctl: Add speculation control prctlsThomas Gleixner2018-05-032-0/+16
| | * | | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+2
* | | | | | openvswitch: Add conntrack limit netlink definitionYi-Hung Wei2018-05-251-0/+28
* | | | | | Merge tag 'mlx5e-updates-2018-05-19' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-05-255-0/+67
|\ \ \ \ \ \
| * | | | | | net/mlx5: PPTB and PBMC register firmware command supportHuy Nguyen2018-05-242-0/+37
| * | | | | | net/mlx5: Add pbmc and pptb in the port_access_reg_cap_maskHuy Nguyen2018-05-242-0/+15
| * | | | | | net/dcb: Add dcbnl buffer attributeHuy Nguyen2018-05-242-0/+15
* | | | | | | qed*: Support drop action classificationManish Chopra2018-05-252-0/+4
* | | | | | | qed*: Support other classification modes.Manish Chopra2018-05-251-0/+1
* | | | | | | net: bridge: add support for port isolationNikolay Aleksandrov2018-05-252-0/+2
* | | | | | | net: include hash policy in LAG changeupper infoJohn Hurley2018-05-251-0/+11
* | | | | | | net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern2018-05-251-35/+0
* | | | | | | net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern2018-05-251-7/+22
* | | | | | | net/ipv4: Udate fib_table_lookup tracepointDavid Ahern2018-05-251-29/+43
* | | | | | | net_sched: switch to rcu_workCong Wang2018-05-251-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-2520-92/+346
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | xdp/trace: extend tracepoint in devmap with an errJesper Dangaard Brouer2018-05-251-4/+6
| * | | | | | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-251-5/+9
| * | | | | | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-252-2/+4
| * | | | | | xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-252-2/+43
| * | | | | | bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-252-4/+21
| * | | | | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-252-0/+43