summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2021-06-21skmsg: Increase sk->sk_drops when dropping packetsCong Wang
2021-06-21skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang
2021-06-21skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang
2021-06-21skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang
2021-06-21skmsg: Clear skb redirect pointer before dropping itCong Wang
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur
2021-06-12wwan: add interface creation supportJohannes Berg
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter
2021-06-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-06-07mm: add a signature in struct pageMatteo Croce
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-03fib: Return the correct errno codeZheng Yongjun
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun
2021-06-02devlink: Allow setting parent node of rate objectsDmytro Linkin
2021-06-02devlink: Introduce rate nodesDmytro Linkin
2021-06-02devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin
2021-06-02devlink: Introduce rate objectDmytro Linkin
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring
2021-06-01netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit
2021-05-27devlink: append split port number to the port nameJiri Pirko
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki