summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2021-06-17net: sched: fix error return code in tcf_del_walker()Yang Yingliang
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet
2021-06-16net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel
2021-06-16ethtool: add a stricter length checkJakub Kicinski
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski
2021-06-15netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du