summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+7
2018-08-04include/net/bond_3ad: Simplify the code by using the ARRAY_SIZEzhong jiang1-1/+1
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-1/+1
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing1-2/+0
2018-08-01net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefinedVincent Bernat1-7/+7
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-3/+0
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-0/+1
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata1-0/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2-0/+15
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig1-1/+1
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2-0/+31
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2-1/+3
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig1-6/+0
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig1-9/+0
2018-07-30net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig1-3/+2
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-5/+6
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal1-0/+7
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata1-0/+13
2018-07-27net: sched: don't dump chains only held by actionsJiri Pirko2-0/+4
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-9/+64
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+20
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+2
2018-07-24Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller1-6/+6
2018-07-24net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko1-0/+2
2018-07-24net: sched: introduce chain templatesJiri Pirko1-0/+12
2018-07-24net: sched: introduce chain object to uapiJiri Pirko1-0/+1
2018-07-24net: sched: Avoid implicit chain 0 creationJiri Pirko1-1/+4
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang1-0/+5
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski1-5/+0
2018-07-22net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-0/+5
2018-07-21net: create reusable function for getting ownership info of sysfs inodesTyler Hicks1-0/+10
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-165/+174
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller8-15/+26
2018-07-21tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-21tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-1/+0
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong3-10/+15
2018-07-20flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz1-1/+1
2018-07-19ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-19net: dsa: Remove VLA usageSalvatore Mesoraca1-0/+3
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2-28/+104
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal1-0/+1
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-3/+1
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov1-0/+16
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov1-1/+1
2018-07-18netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei1-4/+13
2018-07-18netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei1-4/+7
2018-07-18netfilter: nf_conncount: Switch to plain listYi-Hung Wei1-3/+12
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo1-2/+2
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal5-62/+5