summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptr_ring: prevent queue load/store tearingMichael S. Tsirkin2018-01-291-2/+2
* skb_array: use __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
* Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin2018-01-291-6/+1
* ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin2018-01-291-3/+4
* ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin2018-01-291-3/+8
* ptr_ring: clean up documentationMichael S. Tsirkin2018-01-291-16/+18
* ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin2018-01-291-9/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-292-0/+18
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-0/+8
| * net: tcp: close sock if net namespace is exitingDan Streetman2018-01-251-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-294-9/+140
|\ \
| * | bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-271-0/+2
| * | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-261-1/+28
| * | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-261-1/+8
| * | bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-261-0/+22
| * | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-261-1/+7
| * | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-262-1/+27
| * | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-263-7/+39
| * | bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-262-1/+10
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-262-0/+13
|\ \ \
| * | | xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-182-0/+13
* | | | openvswitch: add erspan version I and II supportWilliam Tu2018-01-261-0/+1
* | | | net: erspan: create erspan metadata uapi headerWilliam Tu2018-01-262-30/+54
* | | | net: erspan: use bitfield instead of mask and offsetWilliam Tu2018-01-261-33/+94
* | | | pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski2018-01-261-0/+14
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-01-251-0/+10
|\ \ \ \
| * | | | serdev: add method to set parityUlrich Hecht2018-01-231-0/+10
| |/ / /
* | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-01-255-7/+9
|\ \ \ \
| * | | | kill kernel_sock_ioctl()Al Viro2018-01-251-1/+0
| * | | | dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-251-1/+2
| * | | | lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-251-2/+2
| * | | | ip_rt_ioctl(): take copyin to callerAl Viro2018-01-251-1/+1
| * | | | devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-251-1/+1
| * | | | net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-251-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-254-8/+5
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-252-1/+2
| |\ \ \
| | * | | net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller2018-01-241-1/+1
| | * | | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-241-0/+1
| * | | | Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-241-0/+2
| |\ \ \ \
| | * | | | ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)2018-01-231-0/+2
| * | | | | Revert "module: Add retpoline tag to VERMAGIC"Greg Kroah-Hartman2018-01-241-7/+1
| | |/ / / | |/| | |
* | | | | net: erspan: fix use-after-freeWilliam Tu2018-01-241-2/+2
* | | | | net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski2018-01-241-11/+0
* | | | | cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski2018-01-241-1/+0
* | | | | net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-3/+15
* | | | | net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+2
* | | | | net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti2018-01-241-2/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-232-0/+25
|\| | | |
| * | | | mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov2018-01-221-0/+21
| |/ / /
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-0/+4
| |\ \ \