| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ratelimit warnings about dst entry refcount underflow or overflow | Konstantin Khlebnikov | 2015-07-21 | 1 | -1/+3 |
* | net: Fix skb csum races when peeking | Herbert Xu | 2015-07-15 | 1 | -6/+9 |
* | net: Clone skb before setting peeked flag | Herbert Xu | 2015-07-15 | 1 | -3/+38 |
* | rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTS | Daniel Borkmann | 2015-07-15 | 1 | -4/+7 |
* | net: call rcu_read_lock early in process_backlog | Julian Anastasov | 2015-07-10 | 1 | -16/+16 |
* | net: do not process device backlog during unregistration | Julian Anastasov | 2015-07-10 | 1 | -2/+4 |
* | net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker() | Oleg Nesterov | 2015-07-09 | 1 | -9/+2 |
* | net: pktgen: fix race between pktgen_thread_worker() and kthread_stop() | Oleg Nesterov | 2015-07-09 | 1 | -1/+3 |
* | rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver | Daniel Borkmann | 2015-07-08 | 1 | -91/+96 |
* | Revert "dev: set iflink to 0 for virtual interfaces" | Nicolas Dichtel | 2015-07-08 | 1 | -4/+0 |
* | net: graceful exit from netif_alloc_netdev_queues() | Eric Dumazet | 2015-07-08 | 1 | -1/+2 |
* | net_sched: gen_estimator: extend pps limit | Eric Dumazet | 2015-07-08 | 1 | -6/+7 |
* | sock_diag: don't broadcast kernel sockets | Craig Gallek | 2015-06-30 | 1 | -1/+1 |
* | net: Kill sock->sk_protinfo | David Miller | 2015-06-28 | 1 | -1/+0 |
* | flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() | Geert Uytterhoeven | 2015-06-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 16 | -554/+1498 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-24 | 1 | -0/+13 |
| |\ |
|
| | * | neigh: do not modify unlinked entries | Julian Anastasov | 2015-06-21 | 1 | -0/+13 |
| * | | switchdev; add VLAN support for port's bridge_getlink | Scott Feldman | 2015-06-23 | 1 | -3/+15 |
| * | | bpf: disallow bpf tc programs access current->pid,uid | Alexei Starovoitov | 2015-06-15 | 1 | -6/+0 |
| * | | sock_diag: define destruction multicast groups | Craig Gallek | 2015-06-15 | 2 | -1/+95 |
| * | | net/core: Add reading VF statistics through the PF netdevice | Eran Ben Elisha | 2015-06-15 | 1 | -2/+49 |
| * | | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 2015-06-15 | 1 | -0/+2 |
| * | | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 2015-06-15 | 1 | -0/+6 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-13 | 2 | -10/+7 |
| |\| |
|
| * | | flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs | Eric Dumazet | 2015-06-12 | 1 | -2/+4 |
| * | | flow_dissector: add support for dst, hop-by-hop and routing ext hdrs | Tom Herbert | 2015-06-12 | 1 | -0/+17 |
| * | | flow_dissector: Fix MPLS entropy label handling in flow dissector | Tom Herbert | 2015-06-12 | 1 | -2/+2 |
| * | | net/ethtool: Add current supported tunable options | Hadar Hen Zion | 2015-06-11 | 1 | -0/+12 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-08 | 1 | -9/+2 |
| |\ \ |
|
| * | | | bpf: allow programs to write to certain skb fields | Alexei Starovoitov | 2015-06-07 | 1 | -12/+82 |
| * | | | bpf: make programs see skb->data == L2 for ingress and egress | Alexei Starovoitov | 2015-06-07 | 1 | -23/+3 |
| * | | | mpls: Add MPLS entropy label in flow_keys | Tom Herbert | 2015-06-04 | 1 | -0/+35 |
| * | | | net: Add GRE keyid in flow_keys | Tom Herbert | 2015-06-04 | 1 | -1/+23 |
| * | | | net: Add IPv6 flow label to flow_keys | Tom Herbert | 2015-06-04 | 1 | -19/+10 |
| * | | | net: Add VLAN ID to flow_keys | Tom Herbert | 2015-06-04 | 1 | -0/+14 |
| * | | | net: Get rid of IPv6 hash addresses flow keys | Tom Herbert | 2015-06-04 | 1 | -17/+0 |
| * | | | net: Add keys for TIPC address | Tom Herbert | 2015-06-04 | 1 | -5/+13 |
| * | | | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-04 | 1 | -19/+97 |
| * | | | net: Get skb hash over flow_keys structure | Tom Herbert | 2015-06-04 | 1 | -13/+41 |
| * | | | net: Remove superfluous setting of key_basic | Tom Herbert | 2015-06-04 | 1 | -6/+0 |
| * | | | net: Simplify GRE case in flow_dissector | Tom Herbert | 2015-06-04 | 1 | -22/+22 |
| * | | | bpf: fix build due to missing tc_verd | Alexei Starovoitov | 2015-06-04 | 1 | -3/+1 |
| * | | | bpf: introduce bpf_clone_redirect() helper | Alexei Starovoitov | 2015-06-03 | 1 | -0/+40 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 1 | -9/+1 |
| |\ \ \ |
|
| * | | | | net: Add priority to packet_offload objects. | David S. Miller | 2015-06-01 | 1 | -2/+6 |
| * | | | | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 2015-05-31 | 1 | -0/+2 |
| * | | | | netevent: remove automatic variable in register_netevent_notifier() | Wang Long | 2015-05-31 | 1 | -4/+1 |
| * | | | | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 2015-05-30 | 1 | -0/+18 |
| * | | | | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet | 2015-05-26 | 1 | -1/+4 |