summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-08-23fib: rules: delete redundant judgment statementsLi Zetao
2024-08-23net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22bpf: Unmask upper DSCP bits in bpf_fib_lookup() helperIdo Schimmel
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-22bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-20net: add copy from skb_seq_state to buffer functionChristian Hopps
2024-08-19net: remove redundant check in skb_shift()Zhang Changzhong
2024-08-19netfilter: nfnetlink_queue: unbreak SCTP trafficAntonio Ojea
2024-08-15netdev: Add missing __percpu qualifier to a castUros Bizjak
2024-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-08-13Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko
2024-08-13net: netpoll: extract core of netpoll_cleanupBreno Leitao
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki
2024-08-08bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-25bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-18net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent
2024-07-14xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-11netdevice: define and allocate &net_device _properly_Alexander Lobakin
2024-07-11net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski