summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-216-51/+19
|\
| * netfilter: ebtables: allocate chainstack on CPU local nodesDavidlohr Bueso2021-10-181-1/+3
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
| * netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long2021-10-141-42/+6
| * netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal2021-10-071-6/+3
| * netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum2021-10-071-1/+1
| * netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang2021-10-071-1/+1
* | net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET2021-10-191-2/+7
* | can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde2021-10-191-0/+3
* | 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