summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov2-41/+41
2015-08-31Merge branch 'per-route-dctcp-receive-side'David S. Miller8-56/+101
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann7-9/+36
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann3-4/+11
2015-08-31net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann1-16/+16
2015-08-31net: fib: move metrics parsing to a helperFlorian Westphal1-30/+41
2015-08-31IGMP: Document igmp_link_local_mcast_reportsPhilip Downey1-0/+5
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar16-112/+100
2015-08-31ipv4: fix 32b buildMadalin Bucur1-1/+1
2015-08-30ipv4: Fix 32-bit build.David S. Miller1-2/+2
2015-08-30netlink: rx mmap: fix POLLIN conditionKen-ichirou MATSUZAWA1-12/+16
2015-08-30Merge branch 'thunderx-features-fixes'David S. Miller9-329/+911
2015-08-30net: thunderx: Support for internal loopback modeSunil Goutham5-0/+97
2015-08-30net: thunderx: Support for upto 96 queues for a VFSunil Goutham5-84/+505
2015-08-30net: thunderx: Rework interrupt handlingSunil Goutham3-72/+102
2015-08-30net: thunderx: Support for HW VLAN strippingSunil Goutham4-7/+55
2015-08-30net: thunderx: Receive hashing HW offload supportSunil Goutham2-10/+39
2015-08-30net: thunderx: mailboxes: remove code duplicationSunil Goutham2-36/+11
2015-08-30net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham5-120/+103
2015-08-30net: thunderx: fix MAINTAINERSAleksey Makarov1-2/+1
2015-08-30Merge branch 'snmp-stat-aggregation'David S. Miller3-24/+53
2015-08-30net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T1-10/+16
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T2-14/+37
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-15/+47
2015-08-29Merge branch 'ovs-vport-cleanup'David S. Miller12-202/+66
2015-08-29openvswitch: Remove vport-netPravin B Shelar3-7/+2
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar5-170/+56
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar8-20/+7
2015-08-29openvswitch: Remove vport get_name()Pravin B Shelar1-5/+1
2015-08-29geneve: Use GRO cells infrastructure.Jesse Gross1-1/+16
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman1-6/+15
2015-08-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-40/+372
2015-08-29net/smsc911x: Fix deferred probe for interruptTony Lindgren1-1/+4
2015-08-29Merge branch 'tnl-ipv4-ipv6'David S. Miller14-16/+43
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc3-1/+12
2015-08-29fou: reject IPv6 configJiri Benc1-1/+1
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc9-2/+24
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc7-13/+7
2015-08-29net: FIB tracepointsDavid Ahern4-0/+120
2015-08-28sctp: Do not try to search for the transport twiceVlad Yasevich1-1/+1
2015-08-28bonding: fix bond_poll_controller bh_enable warningNikolay Aleksandrov1-2/+0
2015-08-28sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov1-3/+1
2015-08-28ravb: propagate platform_get_irq() error upstreamSergei Shtylyov1-1/+1
2015-08-28sctp: ASCONF-ACK with Unresolvable Address should be sentlucien1-2/+13
2015-08-28netlink: mmap: fix lookup frame positionKen-ichirou MATSUZAWA1-2/+2
2015-08-28netlink: add NETLINK_CAP_ACK socket optionChristophe Ricard2-3/+25
2015-08-28openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-195/+446
2015-08-28Merge branch 'bpf_trace_printk-percent-s'David S. Miller4-18/+77
2015-08-28bpf: add support for %s specifier to bpf_trace_printk()Alexei Starovoitov1-2/+30