summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet
2021-06-21Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko
2021-06-21net: add pf_family_names[] for protocol familyYejune Deng
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro
2021-06-21fold unix_mknod() into unix_bind_bsd()Al Viro
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersAl Viro
2021-06-21unix_bind(): separate BSD and abstract casesAl Viro
2021-06-21unix_bind(): allocate addr earlierAl Viro
2021-06-21af_unix: take address assignment/hash insertion into a new helperAl Viro
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-06-18Revert "net: add pf_family_names[] for protocol family"David S. Miller
2021-06-18net: add pf_family_names[] for protocol familyYejune Deng
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella
2021-06-18Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-18net: bridge: remove redundant continue statementColin Ian King
2021-06-18net: caif: modify the label out_err to outDongliang Mu
2021-06-18net: vlan: pass thru all GSO_SOFTWARE in hw_enc_featuresJakub Kicinski
2021-06-18mptcp: add a new sysctl checksum_enabledGeliang Tang
2021-06-18mptcp: add the mib for data checksumGeliang Tang
2021-06-18mptcp: tune re-injections for csum enabled modePaolo Abeni
2021-06-18mptcp: validate the data checksumPaolo Abeni
2021-06-18mptcp: receive checksum for DSSGeliang Tang
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang
2021-06-18mptcp: add csum_reqd in mptcp_options_receivedGeliang Tang
2021-06-18mptcp: add sk parameter for mptcp_get_optionsGeliang Tang
2021-06-18mptcp: send out checksum for DSSGeliang Tang
2021-06-18mptcp: send out checksum for MP_CAPABLE with dataGeliang Tang
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang
2021-06-18mptcp: generate the data checksumGeliang Tang
2021-06-18mptcp: add csum_enabled in mptcp_sockGeliang Tang
2021-06-18seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg
2021-06-18cfg80211: avoid double free of PMSR requestAvraham Stern
2021-06-18cfg80211: make certificate generation more robustJohannes Berg
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller