Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-03-29net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang
2021-03-29net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang
2021-03-26net: change netdev_unregister_timeout_secs min value to 1Dmitry Vyukov
2021-03-26net: core: Fix a typo in dev_addr_lists.cLu Wei
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso
2021-03-24net: make unregister netdev warning timeout configurableDmitry Vyukov
2021-03-23net: set initial device refcount to 1Eric Dumazet
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-19/net/core/: fix misspellings using codespell toolXiong Zhenwu
2021-03-19net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-19net: fix use after free in xpsAntoine Tenart
2021-03-19net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart
2021-03-19net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart
2021-03-19net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-19net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-19net: move the xps maps to an arrayAntoine Tenart
2021-03-19net: remove the xps possible_maskAntoine Tenart
2021-03-19net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-19net: embed num_tc in the xps mapsAntoine Tenart
2021-03-19net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart
2021-03-19net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart
2021-03-19net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart
2021-03-19net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-18net: fix race between napi kthread mode and busy pollWei Wang
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi
2021-03-15bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle
2021-03-15flow_dissector: constify raw input data argumentAlexander Lobakin
2021-03-15gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin
2021-03-15gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin
2021-03-15gro: simplify gro_list_prepare()Alexander Lobakin
2021-03-15flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin
2021-03-12net: sock: simplify tw proto registrationTonghao Zhang
2021-03-11drop_monitor: Perform cleanup upon probe registration failureIdo Schimmel
2021-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-10net, bpf: Fix ip6ip6 crash with collect_md populated skbsDaniel Borkmann
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-03-09bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang
2021-03-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer