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