summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+8
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-6/+5
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau-1/+0
2018-02-07netfilter: remove useless prototypeTaehee Yoo-5/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso-0/+3
2018-02-06net: erspan: fix metadata extractionWilliam Tu-13/+13
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend-0/+2
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend-0/+6
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+9
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-362/+1459
2018-01-31tls: Add support for encryption using async offload acceleratorVakul Garg-0/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+7
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+1
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang-0/+2
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+18
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+36
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+12
2018-01-25net: erspan: create erspan metadata uapi headerWilliam Tu-30/+2
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu-33/+94
2018-01-25pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski-0/+14
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo-5/+35
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo-1/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel-0/+8
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman-0/+10
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-3/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro-2/+2
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro-1/+1
2018-01-24net: erspan: fix use-after-freeWilliam Tu-2/+2
2018-01-24net: sched: remove tc_cls_common_offload_init_deprecated()Jakub Kicinski-11/+0
2018-01-24cls_bpf: remove gen_flags from bpf_offloadJakub Kicinski-1/+0
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski-3/+15
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski-1/+2
2018-01-24net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptrWolfgang Bumiller-1/+1
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings-0/+1
2018-01-23net/sched: act_csum: don't use spinlock in the fast pathDavide Caratti-2/+14
2018-01-22net: sched: create tc_can_offload_extack() wrapperQuentin Monnet-0/+11
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet-1/+4
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-41/+15
2018-01-19net: sched: cls: add extack support for tcf_change_indevAlexander Aring-2/+5
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring-1/+2
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring-1/+2
2018-01-19net: sched: cls: fix code style issuesAlexander Aring-1/+2
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng-0/+1
2018-01-19caif: reduce stack size with KASANArnd Bergmann-0/+27
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma-2/+9
2018-01-18lockdep: Convert some users to constMatthew Wilcox-3/+1