summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
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-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-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-10devlink: don't crash if netdev is NULLJakub Kicinski
2020-09-09devlink: Use controller while building phys_port_nameParav Pandit
2020-09-09devlink: Introduce controller numberParav Pandit
2020-09-09devlink: Introduce external controller flagParav Pandit
2020-09-06net: Add a missing wordJonathan Neuschäfer
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-26net: disable netpoll on fresh napisJakub Kicinski
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu
2020-08-24devlink: Protect devlink port list traversalParav Pandit
2020-08-24devlink: Fix per port reporter fields initializationParav Pandit
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-21bpf: sockmap: Allow update from BPFLorenz Bauer
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer
2020-08-21bpf: sockmap: Merge sockmap and sockhash update functionsLorenz Bauer
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-19ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach
2020-08-19net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin