summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo2018-11-121-27/+7
| | * | | netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+4
| | * | | netfilter: ctnetlink: always honor CTA_MARK_MASKAndreas Jaggi2018-11-121-10/+19
| | * | | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-124-40/+174
| | |\ \ \
| | | * | | netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+147
| | | * | | netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-222-7/+7
| | | * | | netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-223-16/+20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-206-42/+99
| |\ \ \ \ \
| | * | | | | bpf: tls_sw, init TLS ULP removes BPF proto hooksJohn Fastabend2018-12-201-2/+12
| | * | | | | bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-202-14/+42
| | * | | | | bpf: sk_msg, zap ingress queue on psock downJohn Fastabend2018-12-201-0/+1
| | * | | | | bpf: sk_msg, fix socket data_ready eventsJohn Fastabend2018-12-202-4/+4
| | * | | | | bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend2018-12-201-0/+16
| | * | | | | bpf: skmsg, replace comments with BUILD bugJohn Fastabend2018-12-201-0/+3
| | * | | | | bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend2018-12-201-7/+14
| | * | | | | xsk: simplify AF_XDP socket teardownBjörn Töpel2018-12-191-15/+1
| | * | | | | bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+6
| * | | | | | ppp: Move PFC decompression to PPP generic layerSam Protsenko2018-12-201-4/+0
| * | | | | | net: ipv4: Set skb->dev for output route resolutionIdo Schimmel2018-12-201-0/+1
| * | | | | | neighbour: remove stray semicolonColin Ian King2018-12-201-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2047-202/+381
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-202-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing2018-12-191-0/+3
| | * | | | | | | xfrm: policy: remove set but not used variable 'priority'YueHaibing2018-12-191-3/+0
| * | | | | | | | neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern2018-12-191-17/+5
| * | | | | | | | neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern2018-12-191-0/+1
| * | | | | | | | neighbour: register rtnl doit handlerRoopa Prabhu2018-12-192-23/+193
| * | | | | | | | tipc: fix uninitialized value for broadcast retransmissionHoang Le2018-12-191-0/+8
| * | | | | | | | tipc: add trace_events for tipc bearerTuong Lien2018-12-192-0/+45
| * | | | | | | | tipc: add trace_events for tipc nodeTuong Lien2018-12-192-0/+24
| * | | | | | | | tipc: add trace_events for tipc socketTuong Lien2018-12-195-9/+176
| * | | | | | | | tipc: add trace_events for tipc linkTuong Lien2018-12-194-2/+164
| * | | | | | | | tipc: enable tracepoints in tipcTuong Lien2018-12-1911-5/+716
| * | | | | | | | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-192-54/+49
| * | | | | | | | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-192-5/+3
| * | | | | | | | xfrm: use secpath_exist where applicableFlorian Westphal2018-12-191-1/+1
| * | | | | | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-1910-26/+45
| * | | | | | | | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-1/+1
| * | | | | | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-194-19/+25
| * | | | | | | | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-194-23/+5
| * | | | | | | | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-194-0/+160
| * | | | | | | | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-197-51/+79
| * | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-12-197-57/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2018-12-191-0/+6
| | * | | | | | | | Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King2018-12-191-1/+1
| | * | | | | | | | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-194-44/+4
| | * | | | | | | | 6lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-191-12/+1
| * | | | | | | | | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-1931-148/+1330
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | mac80211: Properly access radiotap vendor dataIlan Peer2018-12-191-1/+5
| | * | | | | | | | cfg80211: fix ieee80211_get_vht_max_nss()Johannes Berg2018-12-191-8/+7