summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-1/+2
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-052-2/+7
| | |\ \ \ \ \
| | | * | | | | netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-031-2/+0
| | | * | | | | netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-301-0/+7
| | * | | | | | include/net/bond_3ad: Simplify the code by using the ARRAY_SIZEzhong jiang2018-08-041-1/+1
| | * | | | | | rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-1/+1
| | * | | | | | net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefinedVincent Bernat2018-08-011-7/+7
| | * | | | | | net: sched: make tcf_chain_{get,put}() staticJiri Pirko2018-08-011-3/+0
| | * | | | | | net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2018-08-011-0/+1
| | * | | | | | net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-011-0/+1
| | * | | | | | net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-0/+15
| | * | | | | | net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-311-1/+1
| | * | | | | | net/tc: introduce TC_ACT_REINSERT.Paolo Abeni2018-07-302-0/+31
| | * | | | | | tc/act: remove unneeded RCU lock in action callbackPaolo Abeni2018-07-302-1/+3
| | * | | | | | net: remove sock_poll_busy_flagChristoph Hellwig2018-07-301-6/+0
| | * | | | | | net: remove sock_poll_busy_loopChristoph Hellwig2018-07-301-9/+0
| | * | | | | | net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig2018-07-301-3/+2
| | * | | | | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-5/+6
| | * | | | | | net: dcb: Add priority-to-DSCP map gettersPetr Machata2018-07-271-0/+13
| | * | | | | | net: sched: don't dump chains only held by actionsJiri Pirko2018-07-272-0/+4
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-272-9/+64
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | xfrm: Remove xfrmi interface ID from flowiBenedict Wong2018-07-203-10/+15
| | | * | | | | ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
| | | * | | | | xfrm: policy: remove pcpu policy cacheFlorian Westphal2018-06-251-1/+0
| | | * | | | | xfrm: Add virtual xfrm interfacesSteffen Klassert2018-06-231-0/+24
| | | * | | | | xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-5/+16
| | | * | | | | flow: Extend flow informations with xfrm interface id.Steffen Klassert2018-06-231-0/+9
| | | * | | | | xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-231-1/+8
| | * | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-244-9/+20
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-231-0/+2
| | * | | | | | net: sched: introduce chain templatesJiri Pirko2018-07-231-0/+12
| | * | | | | | net: sched: introduce chain object to uapiJiri Pirko2018-07-231-0/+1
| | * | | | | | net: sched: Avoid implicit chain 0 creationJiri Pirko2018-07-231-1/+4
| | * | | | | | nfp: bring back support for offloading shared blocksJakub Kicinski2018-07-221-5/+0
| | * | | | | | net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-201-0/+10
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-2013-165/+174
| | |\ \ \ \ \ \
| | | * | | | | | ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-182-28/+104
| | | * | | | | | netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-181-0/+1
| | | * | | | | | netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-3/+1
| | | * | | | | | ipvs: add assured state for conn templatesJulian Anastasov2018-07-181-0/+16
| | | * | | | | | ipvs: provide just conn to ip_vs_state_nameJulian Anastasov2018-07-181-1/+1
| | | * | | | | | netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...Yi-Hung Wei2018-07-181-4/+13
| | | * | | | | | netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanupYi-Hung Wei2018-07-181-4/+7
| | | * | | | | | netfilter: nf_conncount: Switch to plain listYi-Hung Wei2018-07-181-3/+12
| | | * | | | | | netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-175-62/+5
| | | * | | | | | netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-162-20/+6
| | | * | | | | | netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal2018-07-161-1/+1
| | | * | | | | | netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-8/+0
| | | * | | | | | netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-8/+0
| | | * | | | | | netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-7/+0
OpenPOWER on IntegriCloud