summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-022-13/+36
| * | | | netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso2021-09-281-6/+4
| * | | | netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso2021-09-281-9/+25
| * | | | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-283-38/+19
* | | | | net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-011-0/+3
* | | | | af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-302-12/+54
* | | | | net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski2021-09-301-0/+6
* | | | | net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-09-301-0/+6
* | | | | net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-302-19/+3
* | | | | net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2021-09-282-5/+3
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-5/+9
|\ \ \ \