summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-11-03net: dsa: fill phylink's config supported_interfaces memberMarek BehĂșn
2020-11-03ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam
2020-10-06Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-10-06tcp: fix receive window update in tcp_add_backlog()Eric Dumazet
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni
2020-10-06net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()Manivannan Sadhasivam
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li
2020-10-02netlink: fix policy dump leakJohannes Berg
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-29mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-09-28net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-28net_sched: remove a redundant goto chain checkCong Wang
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-09-25Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha
2020-09-24net/tls: race causes kernel panicRohit Maheshwari
2020-09-24net_sched: commit action insertions togetherCong Wang
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-09-23net: switchdev: Fixed kerneldoc warningTian Tao
2020-09-23mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet
2020-09-21net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean
2020-09-21Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux...David S. Miller