aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli1-1/+2
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-06seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam1-2/+8
2020-05-06net: hsr: fix incorrect type usage for protocol variableMurali Karicheri1-1/+1
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-04devlink: Fix reporter's recovery conditionAya Levin1-2/+5
2020-05-04tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-03net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-01drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-01devlink: fix return value after hitting end in region readJakub Kicinski1-0/+5
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+25
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+8
2020-04-30net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel1-0/+1
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni1-1/+1
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni1-0/+1
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni1-1/+1
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni1-2/+2
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni5-69/+115
2020-04-30mptcp: consolidate synack processing.Paolo Abeni3-28/+24
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal1-5/+6
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-04-28net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing1-4/+6
2020-04-27Merge tag 'batadv-net-for-davem-20200427' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-10/+4
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-04-27fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang1-2/+3
2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang1-0/+4
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang1-0/+2
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+4
2020-04-26netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+1
2020-04-25net: remove obsolete commentEric Dumazet1-1/+0
2020-04-25mptcp: fix race in msk status updatePaolo Abeni1-1/+1
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-105/+191
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-20/+45
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik1-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg4-19/+43
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU1-5/+7
2020-04-23Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds9-29/+47
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-3/+3
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso1-1/+1
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni1-2/+1
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean1-5/+3