aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+2
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+1
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin3-8/+7
2024-09-02netdev-genl: Set extack and fix error on napi-getJoe Damato1-3/+5
2024-08-31bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()Ido Schimmel1-1/+1
2024-08-29net: prefer strscpy over strcpyHongbo Li1-1/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2024-08-27tc: adjust network header after 2nd vlan pushBoris Sukholitko2-1/+2
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge1-1/+1
2024-08-26net: Correct spelling in net/coreSimon Horman9-20/+20
2024-08-26netpoll: Ensure clean state on setup failuresBreno Leitao1-5/+10
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+16
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+1
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-0/+9
2024-08-23rtnetlink: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-23neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-23fib: rules: delete redundant judgment statementsLi Zetao1-2/+1
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+15
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet1-1/+3
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2024-08-22bpf: Unmask upper DSCP bits in bpf_fib_lookup() helperIdo Schimmel1-1/+2
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet1-2/+0
2024-08-19net: remove redundant check in skb_shift()Zhang Changzhong1-2/+1
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea1-0/+1
2024-08-15netdev: Add missing __percpu qualifier to a castUros Bizjak1-1/+1
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+17
2024-08-13net: netpoll: extract core of netpoll_cleanupBreno Leitao1-3/+9
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki1-9/+17
2024-08-08bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire1-0/+16
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski1-6/+9
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima1-26/+11
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima1-15/+16
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima1-1/+2
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima1-2/+1
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima1-4/+8
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov1-3/+2
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park1-0/+1
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+11
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+11
2024-07-25bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2-19/+19
2024-07-18net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen1-0/+4
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen1-15/+1
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen1-0/+9
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen1-9/+12