summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+22
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-42/+405
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima2-5/+42
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-0/+10
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima1-14/+64
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima1-8/+174
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima1-18/+57
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean1-2/+2
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur1-4/+49
2021-06-12wwan: add interface creation supportJohannes Berg1-0/+1
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg1-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-5/+14
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+12
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-1/+1
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-10rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-10devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-08neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-2/+2
2021-06-08mm: add a signature in struct pageMatteo Croce1-0/+6
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng1-25/+13
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-7/+23
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
2021-06-04fib: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-03rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-06-03rtnetlink: Fix spelling mistakesZheng Yongjun1-4/+4
2021-06-03devlink: Allow setting parent node of rate objectsDmytro Linkin1-2/+123
2021-06-03devlink: Introduce rate nodesDmytro Linkin1-7/+231
2021-06-03devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+86
2021-06-03devlink: Introduce rate objectDmytro Linkin1-1/+228
2021-06-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-02netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa1-1/+3
2021-05-28devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-28devlink: append split port number to the port nameJiri Pirko1-6/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+36
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-9/+29
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2-2/+63
2021-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2021-05-21bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-11/+14
2021-05-18bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_protoDongseok Yi1-9/+13
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang1-2/+1
2021-05-15mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-15tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+1
2021-05-15net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-15net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-14bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1