Age | Commit message (Expand) | Author |
2020-01-15 | bpf: Sockmap/tls, msg_push_data may leave end mark in place | John Fastabend |
2020-01-15 | bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds | John Fastabend |
2020-01-15 | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend |
2020-01-14 | pktgen: Allow configuration of IPv6 source address range | Niu Xilei |
2020-01-14 | bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map | Li RongQing |
2020-01-14 | netns: don't disable BHs when locking "nsid_lock" | Guillaume Nault |
2020-01-14 | netns: protect netns ID lookups with RCU | Guillaume Nault |
2020-01-14 | netns: Remove __peernet2id_alloc() | Guillaume Nault |
2020-01-11 | devlink: correct misspelling of snapshot | Jacob Keller |
2020-01-10 | devlink: Wait longer before warning about unset port type | Ido Schimmel |
2020-01-10 | net: bpf: Don't leak time wait and request sockets | Lorenz Bauer |
2020-01-09 | skb: add helpers to allocate ext independently from sk_buff | Paolo Abeni |
2020-01-09 | mptcp: Add MPTCP to skb extensions | Mat Martineau |
2020-01-09 | sock: Make sk_protocol a 16-bit value | Mat Martineau |
2020-01-09 | flow_dissector: fix document for skb_flow_get_icmp_tci | Li RongQing |
2020-01-09 | bpf: tcp: Support tcp_congestion_ops in bpf | Martin KaFai Lau |
2020-01-08 | devlink: add devink notification when reporter update health state | Vikas Gupta |
2020-01-08 | devlink: add support for reporter recovery completion | Vikas Gupta |
2020-01-02 | page_pool: help compiler remove code in case CONFIG_NUMA=n | Jesper Dangaard Brouer |
2020-01-02 | page_pool: handle page recycle for NUMA_NO_NODE condition | Jesper Dangaard Brouer |
2019-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-12-25 | net: Introduce peer to peer one step PTP time stamping. | Richard Cochran |
2019-12-25 | net: Introduce a new MII time stamping interface. | Richard Cochran |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar |
2019-12-24 | net: Rephrased comments section of skb_mpls_pop() | Martin Varghese |
2019-12-24 | net: skb_mpls_push() modified to allow MPLS header push at start of packet. | Martin Varghese |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-12-19 | xdp: Simplify __bpf_tx_xdp_map() | Björn Töpel |
2019-12-19 | xdp: Remove map_to_flush and map swap detection | Björn Töpel |
2019-12-19 | xdp: Make cpumap flush_list common for all map instances | Björn Töpel |
2019-12-19 | xdp: Make devmap flush_list common for all map instances | Björn Töpel |
2019-12-19 | xsk: Make xskmap flush_list common for all map instances | Björn Töpel |
2019-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-12-19 | net, sysctl: Fix compiler warning when only cBPF is present | Alexander Lobakin |
2019-12-17 | net-sysfs: Call dev_hold always in rx_queue_add_kobject | Jouni Hogander |
2019-12-17 | net: annotate lockless accesses to sk->sk_pacing_shift | Eric Dumazet |
2019-12-17 | netfilter: Clean up unnecessary #ifdef | Lukas Wunner |
2019-12-13 | bpf: Clear skb->tstamp in bpf_redirect when necessary | Lorenz Bauer |
2019-12-13 | bpf, xdp: Start using the BPF dispatcher for XDP | Björn Töpel |
2019-12-12 | ethtool: move to its own directory | Michal Kubecek |
2019-12-12 | rtnetlink: provide permanent hardware address in RTM_NEWLINK | Michal Kubecek |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-12-09 | neighbour: remove neigh_cleanup() method | Eric Dumazet |
2019-12-09 | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_... | Sabrina Dubroca |
2019-12-08 | sched/rt, net: Use CONFIG_PREEMPTION.patch | Thomas Gleixner |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-12-06 | net: core: rename indirect block ingress cb function | John Hurley |
2019-12-06 | net-sysfs: Call dev_hold always in netdev_queue_add_kobject | Jouni Hogander |