aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+12
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-07neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
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-01net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-05-27devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit1-2/+2
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-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland1-1/+1
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-14mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+2
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-4/+22
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-04-30net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer1-26/+56
2021-04-30net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer1-19/+26
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds20-712/+1309
2021-04-28net: selftest: fix build issue if INET is disabledOleksij Rempel1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2021-04-25Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+10
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+10
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-04-22net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi1-1/+5
2021-04-21neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-04-20net: add generic selftest supportOleksij Rempel2-0/+401
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar11-60/+154
2021-04-19gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet1-1/+1
2021-04-15scm: optimize put_cmsg()Eric Dumazet1-8/+15
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni1-3/+12
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-12sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang1-1/+2
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+14
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni1-1/+2
2021-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-7/+5
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger1-1/+1
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2-7/+7
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin1-3/+1
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend1-7/+5
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2-11/+32