summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-1512-17/+17
* netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun2020-03-151-2/+2
* netfilter: cleanup unused macroLi RongQing2020-03-152-3/+0
* netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-155-24/+8
* netfilter: nf_tables: make sets built-inFlorian Westphal2020-03-154-74/+15
* netfilter: nft_tunnel: add support for geneve optsXin Long2020-03-151-12/+98
* netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi2020-03-151-12/+235
* netfilter: flowtable: Use nf_flow_offload_tuple for stats as wellPaul Blakey2020-03-151-17/+9
* mptcp: drop unneeded checksPaolo Abeni2020-03-152-23/+9
* mptcp: create msk earlyPaolo Abeni2020-03-154-80/+70
* tipc: add NULL pointer check to prevent kernel oopsHoang Le2020-03-151-2/+10
* tipc: simplify trivial boolean returnHoang Le2020-03-151-3/+0
* net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-141-6/+25
* net: sched: Allow extending set of supported RED flagsPetr Machata2020-03-141-3/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-137-160/+301
|\
| * bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-131-3/+2
| * bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-1/+15
| * bpf: sockmap: Add UDP supportLorenz Bauer2020-03-091-4/+33
| * bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-092-0/+54
| * bpf: sockmap: Simplify sock_map_init_protoLorenz Bauer2020-03-091-15/+4
| * bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-092-84/+106
| * bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-092-36/+31
| * skmsg: Update saved hooks only onceLorenz Bauer2020-03-091-15/+1
| * bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-092-11/+2
| * bpf: Add selftests for BPF_MODIFY_RETURNKP Singh2020-03-041-1/+21
| * bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-041-9/+28
| * bpf: Add gso_size to __sk_buffWillem de Bruijn2020-03-032-14/+37
* | ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2020-03-132-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-1239-118/+305
|\ \
| * | taprio: Fix sending packets without dequeueing themVinicius Costa Gomes2020-03-121-3/+9
| * | net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet2020-03-111-7/+7
| * | seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2020-03-112-2/+2
| * | net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn2020-03-111-3/+9
| * | net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn2020-03-111-6/+7
| * | net: caif: Add lockdep expression to RCU traversal primitiveAmol Grover2020-03-111-1/+2
| * | mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari2020-03-111-1/+2
| * | nl80211: add missing attribute validation for channel switchJakub Kicinski2020-03-111-0/+1
| * | nl80211: add missing attribute validation for beacon report scanningJakub Kicinski2020-03-111-0/+2
| * | nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski2020-03-111-0/+2
| * | net/smc: cancel event worker during device removalKarsten Graul2020-03-101-0/+1
| * | ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-101-0/+4
| * | net: memcg: late association of sock to memcgShakeel Butt2020-03-102-1/+24
| * | Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller2020-03-091-0/+4
| |\ \
| | * | batman-adv: Don't schedule OGM for disabled interfaceSven Eckelmann2020-02-181-0/+4
| * | | cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin2020-03-091-10/+37
| * | | inet_diag: return classid for all socket typesDmitry Yakunin2020-03-084-34/+28
| * | | gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet2020-03-081-2/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-069-14/+26
| |\ \ \
| | * | | netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso2020-03-061-0/+1
| | * | | netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal2020-03-051-7/+3