summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko
2022-11-03net: devlink: add not cleared type warning to port unregisterJiri Pirko
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko
2022-11-03net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko
2022-11-03net: devlink: track netdev with devlink_port assignedJiri Pirko
2022-11-03net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko
2022-11-03net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko
2022-11-03net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko
2022-09-30net: devlink: introduce port registered assert helper and use itJiri Pirko
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni