aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf6-91/+59
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf6-13/+79
2015-07-21fib: Add fib rule match on tunnel idThomas Graf2-2/+38
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf3-1/+116
2015-07-21route: Extend flow representation with tunnel keyThomas Graf2-0/+10
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf1-28/+37
2015-07-21dst: Metadata destinationsThomas Graf4-16/+75
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf1-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf11-134/+64
2015-07-21mpls: ip tunnel supportRoopa Prabhu3-1/+241
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2-5/+15
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu1-0/+1
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu1-0/+2
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+56
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2-3/+32
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu3-3/+117
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu3-0/+187
2015-07-21xfrm: Fix a typoJakub Wilk1-1/+1
2015-07-21sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner1-1/+1
2015-07-21sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner1-0/+10
2015-07-21sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner1-15/+17
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-0/+2
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+48
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy8-389/+478
2015-07-20tipc: introduce node contact FSMJon Paul Maloy4-54/+185
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy4-80/+68
2015-07-20tipc: simplify link timer implementationJon Paul Maloy2-45/+72
2015-07-20tipc: improve link FSM implementationJon Paul Maloy2-156/+195
2015-07-20tipc: introduce new link protocol msg create functionJon Paul Maloy1-67/+77
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy4-78/+67
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy8-77/+198
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy3-40/+37
2015-07-20tipc: use bearer index when looking up active linksJon Paul Maloy2-73/+59
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy4-19/+27
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy3-16/+37
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy6-136/+143
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+103
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-6/+2
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman1-0/+10
2015-07-20bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not definedNikolay Aleksandrov1-0/+4
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter1-0/+2
2015-07-20bridge: multicast: fix handling of temp and perm entriesSatish Ashok3-7/+22
2015-07-20bridge: multicast: notify on group deleteNikolay Aleksandrov1-0/+2
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann1-0/+15
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann1-21/+2
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-4/+2
2015-07-15netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-15net core: Add protodown support.Anuradha Karuppiah2-0/+34
2015-07-15ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明1-12/+18
2015-07-15pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri1-1/+0