summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: sysctl to restrict candidate source addressesErik Kline2015-07-221-3/+19
* mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu2015-07-221-1/+1
* net: track success and failure of TCP PMTU probingRick Jones2015-07-212-0/+4
* mpls: make RTA_OIF optionalRoopa Prabhu2015-07-211-1/+66
* tipc: fix compatibility bugJon Paul Maloy2015-07-211-1/+1
* net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-211-0/+4
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-217-361/+218
* openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-216-12/+9
* openvswitch: Move dev pointer into vport itselfThomas Graf2015-07-216-91/+59
* openvswitch: Make tunnel set action attach a metadata dstThomas Graf2015-07-216-13/+79
* fib: Add fib rule match on tunnel idThomas Graf2015-07-212-2/+38
* route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-213-1/+116
* route: Extend flow representation with tunnel keyThomas Graf2015-07-212-0/+10
* arp: Inherit metadata dst when creating ARP requestsThomas Graf2015-07-211-28/+37
* dst: Metadata destinationsThomas Graf2015-07-214-16/+75
* icmp: Don't leak original dst into ip_route_input()Thomas Graf2015-07-211-0/+1
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-2111-134/+64
* mpls: ip tunnel supportRoopa Prabhu2015-07-213-1/+241
* mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2015-07-212-5/+15
* ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu2015-07-211-0/+1
* ipv4: redirect dst output to lwtunnel outputRoopa Prabhu2015-07-211-0/+2
* lwtunnel: support dst output redirect functionRoopa Prabhu2015-07-211-0/+56
* ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-212-3/+32
* ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-213-3/+117
* lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu2015-07-213-0/+187
* xfrm: Fix a typoJakub Wilk2015-07-211-1/+1
* sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner2015-07-211-1/+1
* sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner2015-07-211-0/+10
* sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner2015-07-211-15/+17
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-201-0/+2
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-201-0/+48
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-208-389/+478
* tipc: introduce node contact FSMJon Paul Maloy2015-07-204-54/+185
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-204-80/+68
* tipc: simplify link timer implementationJon Paul Maloy2015-07-202-45/+72
* tipc: improve link FSM implementationJon Paul Maloy2015-07-202-156/+195
* tipc: introduce new link protocol msg create functionJon Paul Maloy2015-07-201-67/+77
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-204-78/+67
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-208-77/+198
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-203-40/+37
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-202-73/+59
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-204-19/+27
* tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy2015-07-203-16/+37
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-206-136/+143
* switchdev: add offload_fwd_mark generator helperScott Feldman2015-07-201-0/+103
* net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-201-6/+2
* net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-201-0/+10
* bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov2015-07-201-0/+4
* net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter2015-07-201-0/+2
* bridge: multicast: fix handling of temp and perm entriesSatish Ashok2015-07-203-7/+22