summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song
2020-09-30drop_monitor: Filter control packets in drop monitorIdo Schimmel
2020-09-30drop_monitor: Remove duplicate structIdo Schimmel
2020-09-30drop_monitor: Remove no longer used functionsIdo Schimmel
2020-09-30drop_monitor: Convert to using devlink tracepointIdo Schimmel
2020-09-30drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel
2020-09-30devlink: Add a tracepoint for trap reportsIdo Schimmel
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-09-25devlink: introduce flash update overwrite maskJacob Keller
2020-09-25devlink: convert flash_update to use params structureJacob Keller
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22devlink: Enhance policy to validate port type input valueParav Pandit
2020-09-22devlink: Enhance policy to validate eswitch mode valueParav Pandit
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni
2020-09-20net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin
2020-09-18net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn
2020-09-18net: core: delete duplicated wordsRandy Dunlap
2020-09-18devlink: collect flash notify params into a structShannon Nelson
2020-09-18devlink: add timeout information to status_notifyShannon Nelson
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau
2020-09-15devlink: introduce the health reporter test commandJiri Pirko
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-10tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell