Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | 5 | -8/+9 | |
| * | | | | | | 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 | |
| * | | | | | | net: Make table id type u32 | David Ahern | 2015-09-01 | 3 | -7/+7 | |
| * | | | | | | tun_dst: Remove opts_size | Pravin B Shelar | 2015-08-31 | 1 | -1/+0 | |
| * | | | | | | ipv6: send only one NEWLINK when RA causes changes | Marius Tomaschewski | 2015-08-31 | 1 | -3/+10 | |
| * | | | | | | ipv6: send NEWLINK on RA managed/otherconf changes | Marius Tomaschewski | 2015-08-31 | 1 | -0/+5 | |
| * | | | | | | net: dsa: Allow DSA and CPU ports to have a phy-mode property | Andrew Lunn | 2015-08-31 | 1 | -1/+7 | |
| * | | | | | | net: dsa: Allow configuration of CPU & DSA port speeds/duplex | Andrew Lunn | 2015-08-31 | 1 | -0/+37 | |
| * | | | | | | mpls: fix mpls_net_init memory leak | Nikolay Aleksandrov | 2015-08-31 | 1 | -1/+3 | |
| * | | | | | | tcp: use dctcp if enabled on the route to the initiator | Daniel Borkmann | 2015-08-31 | 5 | -8/+29 | |
| * | | | | | | fib, fib6: reject invalid feature bits | Daniel Borkmann | 2015-08-31 | 2 | -0/+4 | |
| * | | | | | | net: fib6: reduce identation in ip6_convert_metrics | Daniel Borkmann | 2015-08-31 | 1 | -16/+16 | |
| * | | | | | | net: fib: move metrics parsing to a helper | Florian Westphal | 2015-08-31 | 1 | -30/+41 | |
| * | | | | | | ip-tunnel: Use API to access tunnel metadata options. | Pravin B Shelar | 2015-08-31 | 12 | -51/+50 | |
| * | | | | | | ipv4: fix 32b build | Madalin Bucur | 2015-08-31 | 1 | -1/+1 | |
| * | | | | | | ipv4: Fix 32-bit build. | David S. Miller | 2015-08-30 | 1 | -2/+2 | |
| * | | | | | | netlink: rx mmap: fix POLLIN condition | Ken-ichirou MATSUZAWA | 2015-08-30 | 1 | -12/+16 | |
| * | | | | | | net: Optimize snmp stat aggregation by walking all the percpu data at once | Raghavendra K T | 2015-08-30 | 1 | -10/+16 | |
| * | | | | | | net: Introduce helper functions to get the per cpu data | Raghavendra K T | 2015-08-30 | 1 | -14/+27 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-30 | 3 | -8/+40 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sctp: Do not try to search for the transport twice | Vlad Yasevich | 2015-08-28 | 1 | -1/+1 | |
| | * | | | | | | sctp: ASCONF-ACK with Unresolvable Address should be sent | lucien | 2015-08-28 | 1 | -2/+13 | |
| | * | | | | | | netlink: mmap: fix lookup frame position | Ken-ichirou MATSUZAWA | 2015-08-28 | 1 | -2/+2 | |
| | * | | | | | | netlink: add NETLINK_CAP_ACK socket option | Christophe Ricard | 2015-08-28 | 1 | -3/+24 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | openvswitch: Remove vport-net | Pravin B Shelar | 2015-08-29 | 3 | -7/+2 | |
| * | | | | | | openvswitch: Remove vport stats. | Pravin B Shelar | 2015-08-29 | 5 | -170/+56 | |
| * | | | | | | openvswitch: Remove egress_tun_info. | Pravin B Shelar | 2015-08-29 | 8 | -20/+7 | |
| * | | | | | | openvswitch: Remove vport get_name() | Pravin B Shelar | 2015-08-29 | 1 | -5/+1 | |
| * | | | | | | openvswitch: retain parsed IPv6 header fields in flow on error skipping exten... | Simon Horman | 2015-08-29 | 1 | -6/+15 | |
| * | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-08-29 | 3 | -9/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Bluetooth: Fix SCO link type handling on connection complete | Kuba Pawlak | 2015-08-28 | 1 | -2/+10 | |
| | * | | | | | | nl802154: stricter input checking for boolean inputs | Stefan Schmidt | 2015-08-28 | 1 | -4/+12 | |
| | * | | | | | | Bluetooth: Make the function sco_conn_del have a return type of void | Nicholas Krause | 2015-08-28 | 1 | -3/+2 | |
| * | | | | | | | vxlan: do not receive IPv4 packets on IPv6 socket | Jiri Benc | 2015-08-29 | 1 | -0/+9 | |
| * | | | | | | | fou: reject IPv6 config | Jiri Benc | 2015-08-29 | 1 | -1/+1 | |
| * | | | | | | | ip_tunnels: record IP version in tunnel info | Jiri Benc | 2015-08-29 | 5 | -2/+9 | |
| * | | | | | | | ip_tunnels: convert the mode field of ip_tunnel_info to flags | Jiri Benc | 2015-08-29 | 3 | -3/+3 | |
| * | | | | | | | net: FIB tracepoints | David Ahern | 2015-08-29 | 3 | -0/+9 | |
| * | | | | | | | openvswitch: Fix conntrack compilation without mark. | Joe Stringer | 2015-08-28 | 1 | -3/+14 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-08-28 | 16 | -186/+423 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | netfilter: reduce sparse warnings | Florian Westphal | 2015-08-28 | 4 | -8/+5 | |
| | * | | | | | | | Revert "netfilter: xtables: compute exact size needed for jumpstack" | Florian Westphal | 2015-08-28 | 3 | -45/+25 | |
| | * | | | | | | | Merge tag 'ipvs2-for-v4.3' of https://git.kernel.org/pub/scm/linux/kernel/git... | Pablo Neira Ayuso | 2015-08-26 | 5 | -128/+382 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ipvs: add more mcast parameters for the sync daemon | Julian Anastasov | 2015-08-21 | 2 | -24/+164 | |
| | | * | | | | | | | ipvs: add sync_maxlen parameter for the sync daemon | Julian Anastasov | 2015-08-21 | 2 | -94/+96 | |
| | | * | | | | | | | ipvs: call rtnl_lock early | Julian Anastasov | 2015-08-21 | 2 | -19/+33 |