summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org
2015-07-27bridge: mdb: notify on router port add and delSatish Ashok
2015-07-27openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf
2015-07-27openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel
2015-07-27ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov
2015-07-27ipv6: fix crash over flow-based vxlan deviceWei-Chun Chao
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy
2015-07-25bridge: Fix setting a flag in br_fill_ifvlaninfo_range().Rosen, Rami
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu
2015-07-22net: track success and failure of TCP PMTU probingRick Jones
2015-07-22mpls: make RTA_OIF optionalRoopa Prabhu
2015-07-22openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-07-22tcp: suppress a division by zero warningEric Dumazet
2015-07-21tipc: fix compatibility bugJon Paul Maloy
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf
2015-07-21fib: Add fib rule match on tunnel idThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf
2015-07-21dst: Metadata destinationsThomas Graf
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-07-21mpls: ip tunnel supportRoopa Prabhu
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-07-21xfrm: Fix a typoJakub Wilk