summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-254-9/+20
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-241-3/+2
| |\ \
| | * | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| | * | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
| * | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-241-6/+6
| |\ \ \
| | * | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-6/+6
| * | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
| * | | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-221-0/+5
| * | | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
| * | | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
* | | | | net: sched: cls_flower: propagate chain teplate creation and destruction to d...Jiri Pirko2018-07-241-0/+2
* | | | | net: sched: introduce chain templatesJiri Pirko2018-07-241-0/+12
* | | | | net: sched: introduce chain object to uapiJiri Pirko2018-07-241-0/+1
* | | | | net: sched: Avoid implicit chain 0 creationJiri Pirko2018-07-241-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-211-0/+10
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-2113-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
| * | | | | netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-162-12/+2
| * | | | | openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-7/+0
| * | | | | netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl2018-07-161-0/+8
* | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-218-15/+26
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-191-1/+1
| | |_|/ / | |/| | |
| * | | | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-0/+2
| * | | | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-141-2/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-2/+8
| |\ \ \ \
| | * | | | netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6