| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ipv6: use common fib_default_rule_pref | Phil Sutter | 2015-09-09 | 1 | -7/+3 |
* | sock, diag: fix panic in sock_diag_put_filterinfo | Daniel Borkmann | 2015-09-02 | 1 | -0/+3 |
* | flow_dissector: Use 'const' where possible. | David S. Miller | 2015-09-01 | 1 | -38/+41 |
* | flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c | David S. Miller | 2015-09-01 | 2 | -36/+35 |
* | flow_dissector: Don't use bit fields. | David S. Miller | 2015-09-01 | 1 | -7/+7 |
* | flow_dissector: Ignore flow dissector return value from ___skb_get_hash | Tom Herbert | 2015-09-01 | 1 | -9/+3 |
* | flow_dissector: Add control/reporting of encapsulation | Tom Herbert | 2015-09-01 | 1 | -0/+15 |
* | flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen | Tom Herbert | 2015-09-01 | 1 | -1/+4 |
* | flow_dissector: Add flag to stop parsing at L3 | Tom Herbert | 2015-09-01 | 1 | -0/+6 |
* | flow_dissector: Support IPv6 fragment header | Tom Herbert | 2015-09-01 | 1 | -0/+25 |
* | flow_dissector: Add control/reporting of fragmentation | Tom Herbert | 2015-09-01 | 1 | -2/+13 |
* | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 2015-09-01 | 1 | -3/+4 |
* | flow_dissector: Jump to exit code in __skb_flow_dissect | Tom Herbert | 2015-09-01 | 1 | -26/+25 |
* | flowi: Abstract out functions to get flow hash based on flowi | Tom Herbert | 2015-09-01 | 1 | -0/+36 |
* | skbuff: Make __skb_set_sw_hash a general function | Tom Herbert | 2015-09-01 | 1 | -12/+6 |
* | tun_dst: Remove opts_size | Pravin B Shelar | 2015-08-31 | 1 | -1/+0 |
* | tcp: use dctcp if enabled on the route to the initiator | Daniel Borkmann | 2015-08-31 | 1 | -0/+6 |
* | ip_tunnels: record IP version in tunnel info | Jiri Benc | 2015-08-29 | 1 | -0/+2 |
* | net: FIB tracepoints | David Ahern | 2015-08-29 | 1 | -0/+1 |
* | netpoll: warn on netpoll_send_udp users who haven't disabled irqs | Nikolay Aleksandrov | 2015-08-28 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-27 | 1 | -1/+1 |
|\ |
|
| * | mm: make page pfmemalloc check more robust | Michal Hocko | 2015-08-21 | 1 | -1/+1 |
* | | net: fix IFF_NO_QUEUE for drivers using alloc_netdev | Phil Sutter | 2015-08-27 | 1 | -1/+1 |
* | | sock: fix kernel doc error | Jean Sacren | 2015-08-27 | 1 | -1/+1 |
* | | net: introduce change upper device notifier change info | Jiri Pirko | 2015-08-27 | 1 | -2/+14 |
* | | net: sched: consolidate tc_classify{,_compat} | Daniel Borkmann | 2015-08-27 | 1 | -1/+1 |
* | | bpf: fix bpf_skb_set_tunnel_key() helper | Alexei Starovoitov | 2015-08-26 | 1 | -0/+1 |
* | | route: fix a use-after-free | WANG Cong | 2015-08-25 | 1 | -1/+2 |
* | | net-next: Fix warning while make xmldocs caused by skbuff.c | Masanari Iida | 2015-08-25 | 1 | -2/+2 |
* | | lwt: Add cfg argument to build_state | Tom Herbert | 2015-08-24 | 1 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-21 | 1 | -19/+18 |
|\ \
| |/ |
|
| * | net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code | Linus Lüssing | 2015-08-13 | 1 | -19/+18 |
* | | route: move lwtunnel state to dst_entry | Jiri Benc | 2015-08-20 | 3 | -61/+14 |
* | | ip_tunnels: add IPv6 addresses to ip_tunnel_key | Jiri Benc | 2015-08-20 | 1 | -2/+2 |
* | | net: warn if drivers set tx_queue_len = 0 | Phil Sutter | 2015-08-18 | 1 | -0/+3 |
* | | net: Add inet_proto_csum_replace_by_diff utility function | Tom Herbert | 2015-08-17 | 1 | -0/+13 |
* | | net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool | Tom Herbert | 2015-08-17 | 2 | -3/+3 |
* | | lwt: Add support to redirect dst.input | Tom Herbert | 2015-08-17 | 1 | -0/+55 |
* | | net: Export bpf_prog_create_from_user(). | David S. Miller | 2015-08-17 | 1 | -0/+1 |
* | | net: allow sleeping when modifying store_rps_map | Sasha Levin | 2015-08-13 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-13 | 3 | -10/+14 |
|\ \
| |/ |
|
| * | inet: fix races with reqsk timers | Eric Dumazet | 2015-08-10 | 1 | -1/+7 |
| * | net: pktgen: don't abuse current->state in pktgen_thread_worker() | Oleg Nesterov | 2015-08-06 | 1 | -3/+0 |
| * | net: Fix skb_set_peeked use-after-free bug | Herbert Xu | 2015-08-06 | 1 | -6/+7 |
* | | net: add explicit logging and stat for neighbour table overflow | Rick Jones | 2015-08-10 | 1 | -4/+10 |
* | | net: Fix race condition in store_rps_map | Tom Herbert | 2015-08-07 | 1 | -4/+7 |
* | | lwtunnel: set skb protocol and dev | Robert Shearman | 2015-08-03 | 1 | -2/+10 |
* | | ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filters | Daniel Borkmann | 2015-08-02 | 1 | -0/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-07-31 | 2 | -4/+7 |
|\ \
| |/ |
|
| * | net: sk_clone_lock() should only do get_net() if the parent is not a kernel s... | Sowmini Varadhan | 2015-07-30 | 1 | -1/+2 |