aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+7
* devlink: Protect rate list with lock while switching modesDmytro Linkin2021-06-231-0/+4
* devlink: Remove eswitch mode check for mode set callDmytro Linkin2021-06-231-11/+0
* devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin2021-06-231-0/+2
* tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-231-4/+11
* net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2021-06-231-2/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-184-11/+22
|\
| * net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
| * net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-0/+12
| * skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn2021-06-101-1/+3
| * rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-091-3/+5
| * neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-173-42/+405
|\ \
| * | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-152-5/+42
| * | bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-0/+10
| * | tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima2021-06-151-14/+64
| * | tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-151-8/+174
| * | tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima2021-06-151-18/+57
| * | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-2/+63
* | | net: flow_dissector: fix RPS on DSA mastersVladimir Oltean2021-06-141-2/+2
* | | net: core: devlink: add dropped stats traps fieldOleksandr Mazur2021-06-141-4/+49
* | | wwan: add interface creation supportJohannes Berg2021-06-121-0/+1
* | | rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg2021-06-121-0/+10
* | | rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg2021-06-121-5/+14
* | | net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
* | | devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter2021-06-091-1/+1
* | | page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-072-4/+38
* | | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-2/+2
* | | mm: add a signature in struct pageMatteo Croce2021-06-071-0/+6
* | | pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng2021-06-071-25/+13
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-074-7/+23
|\ \ \ | | |/ | |/|
| * | fib: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
| * | rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-031-1/+3
| * | net: sock: fix in-kernel mark settingAlexander Aring2021-06-011-4/+12
| * | devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit2021-05-271-2/+2
* | | sock: expose so_timestamping options for mptcpFlorian Westphal2021-06-041-35/+36
* | | sock: expose so_timestamp options for mptcpFlorian Westphal2021-06-041-7/+19
* | | rtnetlink: Fix spelling mistakesZheng Yongjun2021-06-031-4/+4
* | | devlink: Allow setting parent node of rate objectsDmytro Linkin2021-06-021-2/+123
* | | devlink: Introduce rate nodesDmytro Linkin2021-06-021-7/+231
* | | devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin2021-06-021-0/+86
* | | devlink: Introduce rate objectDmytro Linkin2021-06-021-1/+228
* | | netpoll: don't require irqs disabled in rt kernelsWander Lairson Costa2021-06-011-1/+3
* | | devlink: append split port number to the port nameJiri Pirko2021-05-271-6/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-274-14/+36
|\| | | |/ |/|
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-263-9/+29
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-251-0/+1
| | |\
| | | * bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1
| | * | net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-141-1/+2
| | * | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-4/+22