summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-302-4/+4
|\
| * Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-022-4/+4
* | Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-302-11/+44
|\ \
| * | net: abstract out normal and compat msghdr importJens Axboe2020-03-102-11/+44
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2815-45/+132
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-271-5/+2
| |\ \ \
| | * | | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-5/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-277-22/+70
| |\ \ \ \
| | * | | | xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-03-241-0/+2
| | * | | | vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-03-161-1/+1
| | * | | | esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long2020-03-041-4/+4
| | * | | | ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-1/+1
| | * | | | xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-02-121-0/+3
| | * | | | xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-02-121-1/+2
| | * | | | vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-063-15/+56
| | * | | | xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-02-041-0/+1
| * | | | | Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-03-267-18/+60
| |\ \ \ \ \
| | * | | | | mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-03-261-2/+6
| | * | | | | mac80211: mark station unauthorized before key removalJohannes Berg2020-03-261-1/+6
| | * | | | | mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-03-261-1/+18
| | * | | | | cfg80211: Do not warn on same channel at the end of CSAIlan Peer2020-03-261-1/+5
| | * | | | | mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-264-12/+24
| | * | | | | nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg2020-03-251-1/+1
* | | | | | | Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2020-03-263-13/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-232-13/+10
| * | | | | | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-0/+9
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2541-250/+479
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-255-10/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-244-16/+123
| |\ \ \ \ \ \
| | * | | | | | netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso2020-03-241-0/+4
| | * | | | | | netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-03-241-0/+9
| | * | | | | | netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio2020-03-241-3/+67
| | * | | | | | netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-03-241-6/+11
| | * | | | | | netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio2020-03-241-7/+27
| | * | | | | | netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso2020-03-241-0/+5
| * | | | | | | net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2020-03-242-53/+9
| * | | | | | | net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-241-1/+11
| * | | | | | | ethtool: fix reference leak in some *_SET handlersMichal Kubecek2020-03-234-4/+12
| * | | | | | | net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli2020-03-231-0/+2
| * | | | | | | ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai2020-03-231-0/+2
| * | | | | | | tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet2020-03-231-1/+3
| |/ / / / / /
| * | | | | | hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo2020-03-211-4/+4
| * | | | | | tcp: also NULL skb->dev when copy was neededFlorian Westphal2020-03-201-2/+6
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-03-203-4/+14
| |\ \ \ \ \ \
| | * | | | | | netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
| | * | | | | | netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
| | * | | | | | netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-03-191-0/+2
| | * | | | | | netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan2020-03-191-4/+8
| * | | | | | | tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet2020-03-191-0/+4
| * | | | | | | Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-03-196-60/+74
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |