summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy-146/+134
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy-39/+47
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy-34/+48
2015-07-24bridge: Fix setting a flag in br_fill_ifvlaninfo_range().Rosen, Rami-2/+0
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf-10/+4
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-136/+298
2015-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-135/+295
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline-3/+19
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu-1/+1
2015-07-21net: track success and failure of TCP PMTU probingRick Jones-0/+4
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu-1/+66
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges-1/+1
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal-32/+47
2015-07-21tcp: suppress a division by zero warningEric Dumazet-6/+5
2015-07-21tipc: fix compatibility bugJon Paul Maloy-1/+1
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause-0/+4
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf-361/+218
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf-12/+9
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf-91/+59
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf-13/+79
2015-07-21fib: Add fib rule match on tunnel idThomas Graf-2/+38
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf-1/+116
2015-07-21route: Extend flow representation with tunnel keyThomas Graf-0/+10
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf-28/+37
2015-07-21dst: Metadata destinationsThomas Graf-16/+75
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf-134/+64
2015-07-21mpls: ip tunnel supportRoopa Prabhu-1/+241
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu-5/+15
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu-0/+1
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu-0/+2
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu-0/+56
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu-3/+32
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu-3/+117
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu-0/+187
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee-2/+4
2015-07-21xfrm: Fix a typoJakub Wilk-1/+1
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann-2/+3
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann-1/+1
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann-1/+1
2015-07-21sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner-1/+1
2015-07-21sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner-0/+10
2015-07-21sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner-15/+17
2015-07-21Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...David S. Miller-41/+94
2015-07-21net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov-1/+3
2015-07-21caif: fix leaks and race in caif_queue_rcv_skb()Eric Dumazet-11/+8
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov-0/+2
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov-0/+48
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy-389/+478
2015-07-20tipc: introduce node contact FSMJon Paul Maloy-54/+185