aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski3-18/+20
2022-01-07af_packet: fix tracking issues in packet_do_bind()Eric Dumazet1-19/+8
2022-01-07mptcp: reuse __mptcp_make_csum in validate_data_csumGeliang Tang1-9/+6
2022-01-07mptcp: change the parameter of __mptcp_make_csumGeliang Tang2-4/+5
2022-01-07net/tls: Fix skb memory leak when running kTLS trafficGal Pressman1-0/+1
2022-01-07sch_cake: revise Diffserv docsKevin Bracey1-20/+20
2022-01-07mptcp: avoid atomic bit manipulation when possiblePaolo Abeni3-31/+38
2022-01-07mptcp: cleanup MPJ subflow list handlingPaolo Abeni5-104/+60
2022-01-07mptcp: do not block subflows creation on errorsPaolo Abeni4-31/+71
2022-01-07mptcp: keep track of local endpoint still available for each mskPaolo Abeni4-54/+87
2022-01-07mptcp: clean-up MPJ option writingPaolo Abeni1-21/+23
2022-01-07mptcp: fix per socket endpoint accountingPaolo Abeni1-6/+12
2022-01-07mptcp: implement support for user-space disconnectPaolo Abeni1-4/+13
2022-01-07mptcp: cleanup accept and pollPaolo Abeni3-20/+7
2022-01-07mptcp: full disconnect implementationPaolo Abeni4-28/+98
2022-01-07mptcp: implement fastclose xmit pathPaolo Abeni2-12/+46
2022-01-07mptcp: keep snd_una updated for fallback socketPaolo Abeni1-0/+1
2022-01-07Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()Dan Carpenter1-2/+3
2022-01-07Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter1-6/+8
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-50/+189
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong8-0/+10
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz1-10/+9
2022-01-06ethtool: use phydev variableTom Rix1-4/+4
2022-01-06gro: add ability to control gro max packet sizeCoco Li3-1/+28
2022-01-06net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-3/+6
2022-01-06net: dsa: setup master before portsVladimir Oltean1-10/+13
2022-01-06net: dsa: first set up shared ports, then non-shared portsVladimir Oltean1-13/+37
2022-01-06net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean2-2/+10
2022-01-06net: dsa: stop updating master MTU from master.cVladimir Oltean1-24/+1
2022-01-06net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean1-3/+1
2022-01-06net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean1-7/+7
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-8/+88
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-11/+54
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-7/+17
2022-01-05page_pool: Store the XDP mem idToke Høiland-Jørgensen2-2/+4
2022-01-05page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen1-0/+2
2022-01-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen1-30/+62
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-177/+269
2022-01-05bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().Kuniyuki Iwashima1-0/+6
2022-01-05bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2022-01-05bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend1-8/+13
2022-01-05bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend1-0/+27
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet1-1/+0
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet1-1/+1
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean3-49/+13
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean3-106/+20
2022-01-05net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean1-2/+2
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean1-1/+1
2022-01-04Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski4-82/+55
2022-01-04mac80211: use ieee80211_bss_get_elem()Johannes Berg1-7/+7