aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20xsk: Use struct_size() helperMagnus Karlsson1-8/+7
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson2-136/+167
2019-12-20xsk: Remove unnecessary READ_ONCE of dataMagnus Karlsson1-2/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-20xsk: Change names of validation functionsMagnus Karlsson2-30/+33
2019-12-20xsk: Simplify the consumer ring access functionsMagnus Karlsson2-68/+58
2019-12-20xsk: Simplify xskq_nb_avail and xskq_nb_freeMagnus Karlsson1-11/+13
2019-12-20xsk: Eliminate the RX batch sizeMagnus Karlsson1-4/+2
2019-12-20xsk: Standardize naming of producer ring access functionsMagnus Karlsson2-41/+37
2019-12-20xsk: Consolidate to one single cached producer pointerMagnus Karlsson1-26/+21
2019-12-20xsk: Simplify detection of empty and full ringsMagnus Karlsson1-2/+5
2019-12-20xsk: Eliminate the lazy update thresholdMagnus Karlsson1-2/+1
2019-12-19xdp: Simplify __bpf_tx_xdp_map()Björn Töpel1-26/+7
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-24/+3
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel1-1/+1
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2-13/+13
2019-12-18bpf: Allow to change skb mark in test_runNikita V. Shirokov1-1/+9
2019-12-13bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUNStanislav Fomichev1-1/+18
2019-12-13bpf: Start using the BPF dispatcher in BPF_TEST_RUNBjörn Töpel1-5/+10
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2-1/+26
2019-12-11bpf: Switch to offsetofend in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+4
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima1-2/+0
2019-12-10tipc: introduce variable window congestion controlJon Maloy9-79/+160
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy1-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy1-5/+9
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang3-4/+19
2019-12-09sctp: get netns from asoc and ep baseXin Long14-62/+49
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds44-208/+324
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-34/+84
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-337/+435
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-07inet: protect against too small mtu values.Eric Dumazet3-11/+10
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang1-1/+1
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley3-28/+27
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic3-10/+10
2019-12-06net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet1-1/+6
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+25
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-234/+190
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo1-2/+7
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni1-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese3-4/+6
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-2/+4
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4