aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20rxrpc: Fix missing security check on incoming callsDavid Howells6-60/+59
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells1-17/+3
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2-26/+28
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-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti1-0/+25
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-2/+3
2019-12-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter1-2/+2
2019-12-20netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2019-12-20netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann1-1/+1
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-8/+17
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2019-12-18bpf: Allow to change skb mark in test_runNikita V. Shirokov1-1/+9
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+95
2019-12-18net: sch_ets: Add a new QdiscPetr Machata3-0/+751
2019-12-18sch_cake: drop unused variable tin_quantum_prioKevin 'ldir' Darbyshire-Bryant1-41/+18
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive()Jia-Ju Bai1-1/+1
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2019-12-17net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)1-1/+2
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet3-4/+5
2019-12-17sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner1-2/+6
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli2-38/+16
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy1-4/+4
2019-12-17netfilter: conntrack: remove two export symbolsFlorian Westphal2-2/+0
2019-12-17netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long1-12/+26
2019-12-17netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long1-1/+9
2019-12-17netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long1-0/+3
2019-12-17netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2019-12-17netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2019-12-17netfilter: Clean up unnecessary #ifdefLukas Wunner1-2/+0
2019-12-16Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller8-27/+80
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-31/+7
2019-12-16ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-16ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-16ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-16ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-16ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-16ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-16ipv4: Notify route after insertion to the routing tableIdo Schimmel1-15/+14
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella1-2/+15