- f84bb1e net: fix IFF_NO_QUEUE for drivers using alloc_netdev by Phil Sutter · 9 years ago
- 69dba9b sock: fix kernel doc error by Jean Sacren · 9 years ago
- 0e4ead9 net: introduce change upper device notifier change info by Jiri Pirko · 9 years ago
- 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
- 1dd34b5 bpf: fix bpf_skb_set_tunnel_key() helper by Alexei Starovoitov · 9 years ago
- e252b3d route: fix a use-after-free by WANG Cong · 9 years ago
- d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 9 years ago
- 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 9 years ago
- dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
- c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
- 906470c net: warn if drivers set tx_queue_len = 0 by Phil Sutter · 9 years ago
- abc5d1f net: Add inet_proto_csum_replace_by_diff utility function by Tom Herbert · 9 years ago
- 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
- 2536862 lwt: Add support to redirect dst.input by Tom Herbert · 9 years ago
- 2ea273d net: Export bpf_prog_create_from_user(). by David S. Miller · 9 years ago
- da65ad1 net: allow sleeping when modifying store_rps_map by Sasha Levin · 9 years ago
- a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
- 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 2235f2a inet: fix races with reqsk timers by Eric Dumazet · 9 years ago
- fb81139 net: add explicit logging and stat for neighbour table overflow by Rick Jones · 9 years ago
- 10e4ea7 net: Fix race condition in store_rps_map by Tom Herbert · 9 years ago
- 7ba8bd7 net: pktgen: don't abuse current->state in pktgen_thread_worker() by Oleg Nesterov · 9 years ago
- a0a2a66 net: Fix skb_set_peeked use-after-free bug by Herbert Xu · 9 years ago
- abf7c1c lwtunnel: set skb protocol and dev by Robert Shearman · 9 years ago
- ba7591d ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filters by Daniel Borkmann · 9 years ago
- 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- f70ea01 net: Add functions to get skb->hash based on flow structures by Tom Herbert · 9 years ago
- d3aa45c bpf: add helpers to access tunnel metadata by Alexei Starovoitov · 9 years ago
- 8a68173 net: sk_clone_lock() should only do get_net() if the parent is not a kernel socket by Sowmini Varadhan · 9 years ago
- 1ce4b2f net: pktgen: Remove unused 'allocated_skbs' field by Bogdan Hamciuc · 9 years ago
- 879c7220 net: pktgen: Observe needed_headroom of the device by Bogdan Hamciuc · 9 years ago
- 92a99bf lwtunnel: Make lwtun_encaps[] static by Thomas Graf · 9 years ago
- e11f40b lwtunnel: use kfree_skb() instead of vanilla kfree() by Dan Carpenter · 9 years ago
- dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
- b469139 dev: Spelling fix in comments by subashab@codeaurora.org · 9 years ago
- cc9f4da cgroup: net_cls: fix false-positive "suspicious RCU usage" by Konstantin Khlebnikov · 9 years ago
- c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
- e703087 fib: Add fib rule match on tunnel id by Thomas Graf · 9 years ago
- f38a9eb dst: Metadata destinations by Thomas Graf · 9 years ago
- ffce419 lwtunnel: support dst output redirect function by Roopa Prabhu · 9 years ago
- 499a242 lwtunnel: infrastructure for handling light weight tunnels like mpls by Roopa Prabhu · 9 years ago
- 8bf4ada net: ratelimit warnings about dst entry refcount underflow or overflow by Konstantin Khlebnikov · 9 years ago
- 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
- 4e10df9 bpf: introduce bpf_skb_vlan_push/pop() helpers by Alexei Starovoitov · 9 years ago
- 0c4f691 net: don't reforward packets already forwarded by offload device by Scott Feldman · 9 years ago
- 8d20aab ebpf: add helper to retrieve net_cls's classid cookie by Daniel Borkmann · 9 years ago
- 88d6378 netlink: changes for setting and clearing protodown via netlink. by Anuradha Karuppiah · 9 years ago
- d746d70 net core: Add protodown support. by Anuradha Karuppiah · 9 years ago
- 89c22d8 net: Fix skb csum races when peeking by Herbert Xu · 9 years ago
- 738ac1e net: Clone skb before setting peeked flag by Herbert Xu · 9 years ago
- 035d210 rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTS by Daniel Borkmann · 9 years ago
- 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 2c17d27 net: call rcu_read_lock early in process_backlog by Julian Anastasov · 9 years ago
- e9e4dd3 net: do not process device backlog during unregistration by Julian Anastasov · 9 years ago
- 1fbe4b46 net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() by Oleg Nesterov · 9 years ago
- fecdf8b net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() by Oleg Nesterov · 9 years ago
- 1007f59 net: skb_defer_rx_timestamp should check for phydev before setting up classify by Alexander Duyck · 9 years ago
- 4f7d2cd rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver by Daniel Borkmann · 9 years ago
- 95ec655 Revert "dev: set iflink to 0 for virtual interfaces" by Nicolas Dichtel · 9 years ago
- d339727 net: graceful exit from netif_alloc_netdev_queues() by Eric Dumazet · 9 years ago
- 32f675b net_sched: gen_estimator: extend pps limit by Eric Dumazet · 9 years ago
- 24ea591 net: sched: extend percpu stats helpers by Eric Dumazet · 9 years ago
- b922622 sock_diag: don't broadcast kernel sockets by Craig Gallek · 9 years ago
- 1830fce net: Kill sock->sk_protinfo by David Miller · 10 years ago
- 8e690ff flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() by Geert Uytterhoeven · 10 years ago
- e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 10 years ago
- 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 2c51a97 neigh: do not modify unlinked entries by Julian Anastasov · 10 years ago
- 89d256b bpf: disallow bpf tc programs access current->pid,uid by Alexei Starovoitov · 10 years ago
- eb4cb00 sock_diag: define destruction multicast groups by Craig Gallek · 10 years ago
- 3b766cd net/core: Add reading VF statistics through the PF netdevice by Eran Ben Elisha · 10 years ago
- 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 10 years ago
- ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
- 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 1e98a0f flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs by Eric Dumazet · 10 years ago
- 6a74fcf flow_dissector: add support for dst, hop-by-hop and routing ext hdrs by Tom Herbert · 10 years ago
- 611d23c5 flow_dissector: Fix MPLS entropy label handling in flow dissector by Tom Herbert · 10 years ago
- fb05e7a net: don't wait for order-3 page allocation by Shaohua Li · 10 years ago
- a4244b0 net/ethtool: Add current supported tunable options by Hadar Hen Zion · 10 years ago
- 5d75361 net, swap: Remove a warning and clarify why sk_mem_reclaim is required when deactivating swap by Mel Gorman · 10 years ago
- 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- bbbf2df net: replace last open coded skb_orphan_frags with function call by Willem de Bruijn · 10 years ago
- d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 10 years ago
- 3431205 bpf: make programs see skb->data == L2 for ingress and egress by Alexei Starovoitov · 10 years ago
- b3baa0f mpls: Add MPLS entropy label in flow_keys by Tom Herbert · 10 years ago
- 1fdd512 net: Add GRE keyid in flow_keys by Tom Herbert · 10 years ago
- 87ee9e5 net: Add IPv6 flow label to flow_keys by Tom Herbert · 10 years ago
- d34af82 net: Add VLAN ID to flow_keys by Tom Herbert · 10 years ago
- 45b47fd0 net: Get rid of IPv6 hash addresses flow keys by Tom Herbert · 10 years ago
- 9f24908 net: Add keys for TIPC address by Tom Herbert · 10 years ago
- c3f8324 net: Add full IPv6 addresses to flow_keys by Tom Herbert · 10 years ago
- 42aecaa net: Get skb hash over flow_keys structure by Tom Herbert · 10 years ago
- c468efe net: Remove superfluous setting of key_basic by Tom Herbert · 10 years ago
- ce3b535 net: Simplify GRE case in flow_dissector by Tom Herbert · 10 years ago
- 94db13f bpf: fix build due to missing tc_verd by Alexei Starovoitov · 10 years ago
- 3896d65 bpf: introduce bpf_clone_redirect() helper by Alexei Starovoitov · 10 years ago