summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-20napi: fix race inside napi_enableXuan Zhuo
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann
2021-09-03skbuff: clean up inconsistent indentingColin Ian King
2021-09-03pktgen: remove unused variableEric Dumazet
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman
2021-08-24bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu
2021-08-24page_pool: use relaxed atomic for release side accountingYunsheng Lin
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen
2021-08-19net/core: Remove unused field from struct flow_indr_devEli Cohen
2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu
2021-08-18pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-08-18net: net_namespace: Optimize the codeYajun Deng
2021-08-18net: procfs: add seq_puts() statement for dev_mcastYajun Deng
2021-08-16af_unix: Add unix_stream_proto for sockmapJiang Wang
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-14devlink: Clear whole devlink_flash_notify structLeon Romanovsky
2021-08-14devlink: Use xarray to store devlink instancesLeon Romanovsky
2021-08-14devlink: Count struct devlink consumersLeon Romanovsky
2021-08-14devlink: Remove check of always valid devlink pointerLeon Romanovsky
2021-08-14devlink: Simplify devlink_pernet_pre_exit callLeon Romanovsky
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-12pktgen: Add output for imix resultsNick Richardson
2021-08-12pktgen: Add imix distribution binsNick Richardson
2021-08-12pktgen: Parse internet mix (imix) inputNick Richardson
2021-08-11net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau
2021-08-11devlink: Add APIs to publish, unpublish individual parameterParav Pandit
2021-08-11devlink: Add API to register and unregister single parameterParav Pandit
2021-08-11devlink: Create a helper function for one parameter registrationParav Pandit
2021-08-11devlink: Add new "enable_vnet" generic device paramParav Pandit
2021-08-11devlink: Add new "enable_rdma" generic device paramParav Pandit
2021-08-11devlink: Add new "enable_eth" generic device paramParav Pandit
2021-08-10net: Support filtering interfaces on no masterLahav Schlesinger
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-09page_pool: add frag page recycling support in page poolYunsheng Lin