summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey2021-10-181-1/+1
* can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan2021-10-171-15/+31
* can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan2021-10-171-1/+3
* can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong2021-10-172-0/+3
* can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong2021-10-171-2/+5
* can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan2021-10-171-2/+5
* can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan2021-10-171-3/+2
* net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov2021-10-161-3/+1
* ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-151-1/+2
* tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-152-16/+25
* tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez2021-10-151-3/+16
* icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long2021-10-141-12/+11
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-141-1/+1
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-131-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-131-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-131-0/+3
* Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean2021-10-131-13/+11
* net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING p...Vladimir Oltean2021-10-121-1/+2
* net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-122-15/+25
* net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-123-3/+1
* net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-10-121-1/+0
* net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-10-121-0/+43
* net: dsa: fix spurious error message when unoffloaded port leaves bridgeAlvin Šipraga2021-10-121-1/+1
* ipv6: ioam: move the check for undefined bitsJustin Iurman2021-10-122-9/+67
* af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatabilityStephen Boyd2021-10-121-1/+1
* net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean2021-10-091-0/+2
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-081-12/+18
* net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean2021-10-081-3/+9
* net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...Vladimir Oltean2021-10-081-18/+2
* net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean2021-10-081-1/+1
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-081-0/+2
* net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-085-41/+85
* mptcp: fix possible stall on recvmsg()Paolo Abeni2021-10-081-40/+15
* Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-071-1/+1
|\
| * SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-011-1/+1
* | net: prefer socket bound to interface when not in VRFMike Manning2021-10-074-4/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-071-4/+5
|\ \
| * | unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang2021-10-061-4/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-12/+55
|\ \ \
| * | | xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel2021-09-231-1/+6
| * | | xfrm: notify default policy on updateNicolas Dichtel2021-09-151-0/+31
| * | | xfrm: make user policy API completeNicolas Dichtel2021-09-151-17/+19
| * | | net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin2021-09-091-0/+5
* | | | rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-061-1/+1
* | | | netlink: annotate data races around nlk->boundEric Dumazet2021-10-051-4/+10
* | | | net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4
* | | | net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet2021-10-051-0/+1
* | | | net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet2021-10-051-1/+1
* | | | dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn2021-10-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-025-66/+84
|\ \ \ \