summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni1-2/+13
2020-09-21net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin1-3/+0
2020-09-19net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn1-1/+1
2020-09-19net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18devlink: collect flash notify params into a structShannon Nelson1-23/+31
2020-09-18devlink: add timeout information to status_notifyShannon Nelson1-6/+23
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-16devlink: introduce the health reporter test commandJiri Pirko1-0/+30
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski2-2/+2
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski1-4/+9
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-13/+6
2020-09-10devlink: don't crash if netdev is NULLJakub Kicinski1-8/+20
2020-09-10devlink: Use controller while building phys_port_nameParav Pandit1-0/+14
2020-09-10devlink: Introduce controller numberParav Pandit1-9/+14
2020-09-10devlink: Introduce external controller flagParav Pandit1-2/+10
2020-09-06net: Add a missing wordJonathan Neuschäfer1-1/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-16/+18
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-4/+7
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-762/+612
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn1-1/+1
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+15
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau2-0/+3
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-27net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh1-0/+25
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-671/+1
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-82/+156
2020-08-26bpf: Generalize caching for sk_storage.KP Singh1-16/+15
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh1-238/+250
2020-08-25net: Get rid of consume_skb when tracing is offHerbert Xu1-0/+2
2020-08-25devlink: Protect devlink port list traversalParav Pandit1-0/+3
2020-08-25devlink: Fix per port reporter fields initializationParav Pandit1-4/+4
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-5/+22
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+365
2020-08-25bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-5/+10
2020-08-25tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau1-0/+7
2020-08-25tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+8
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-12/+11
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-9/+15
2020-08-22bpf: sockmap: Allow update from BPFLorenz Bauer1-0/+24
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-4/+2
2020-08-22bpf: sockmap: Merge sockmap and sockhash update functionsLorenz Bauer1-42/+7
2020-08-22net: sk_msg: Simplify sk_psock initializationLorenz Bauer2-16/+32
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+2
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-6/+8
2020-08-21net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet1-4/+29
2020-08-21bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko1-6/+8