summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-01-19devlink: Add non-routable packet trapAmit Cohen
2020-01-17netns: Constify exported functionsGuillaume Nault
2020-01-17net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-01-15bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend
2020-01-15bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend
2020-01-15bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend
2020-01-14pktgen: Allow configuration of IPv6 source address rangeNiu Xilei
2020-01-14bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing
2020-01-14netns: don't disable BHs when locking "nsid_lock"Guillaume Nault
2020-01-14netns: protect netns ID lookups with RCUGuillaume Nault
2020-01-14netns: Remove __peernet2id_alloc()Guillaume Nault
2020-01-11devlink: correct misspelling of snapshotJacob Keller
2020-01-10devlink: Wait longer before warning about unset port typeIdo Schimmel
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau
2020-01-09sock: Make sk_protocol a 16-bit valueMat Martineau
2020-01-09flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2020-01-08devlink: add devink notification when reporter update health stateVikas Gupta
2020-01-08devlink: add support for reporter recovery completionVikas Gupta
2020-01-02page_pool: help compiler remove code in case CONFIG_NUMA=nJesper Dangaard Brouer
2020-01-02page_pool: handle page recycle for NUMA_NO_NODE conditionJesper Dangaard Brouer
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-19xdp: Simplify __bpf_tx_xdp_map()Björn Töpel
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Make devmap flush_list common for all map instancesBjörn Töpel
2019-12-19xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-17netfilter: Clean up unnecessary #ifdefLukas Wunner
2019-12-13bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel
2019-12-12ethtool: move to its own directoryMichal Kubecek
2019-12-12rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya