aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin1-0/+4
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin1-11/+0
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin1-0/+2
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima1-4/+11
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-2/+25
2021-06-18Merge 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-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-2/+2
2021-06-07mm: 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-04sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
2021-06-03fib: 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-02devlink: Allow setting parent node of rate objectsDmytro Linkin1-2/+123
2021-06-02devlink: Introduce rate nodesDmytro Linkin1-7/+231
2021-06-02devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin1-0/+86
2021-06-02devlink: Introduce rate objectDmytro Linkin1-1/+228
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-01netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa1-1/+3
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
2021-05-27devlink: 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-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+29
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2-2/+63
2021-05-25Merge 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