aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2-3/+12
2016-04-28Merge branch 'tcp-redundant-checks'David S. Miller5-19/+17
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh5-18/+16
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh1-1/+1
2016-04-28net: snmp: fix 64bit stats on 32bit archesEric Dumazet1-4/+4
2016-04-27Merge branch 'socket-space-optimizations'David S. Miller1-0/+8
2016-04-27net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet1-2/+4
2016-04-27net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet1-0/+6
2016-04-27Merge branch 'snmp-stats-update'David S. Miller54-531/+512
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet8-45/+45
2016-04-27ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2-4/+2
2016-04-27ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2-3/+3
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet7-91/+91
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet25-149/+153
2016-04-27net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2-4/+4
2016-04-27net: rename IP_ADD_STATS_BH()Eric Dumazet3-5/+5
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet6-15/+15
2016-04-27net: rename IP_INC_STATS_BH()Eric Dumazet8-29/+29
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2-7/+7
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Eric Dumazet2-2/+2
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet7-25/+25
2016-04-27net: xfrm: kill XFRM_INC_STATS_BH()Eric Dumazet1-2/+0
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet5-52/+52
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet6-14/+14
2016-04-27dccp: rename DCCP_INC_STATS_BH()Eric Dumazet7-16/+16
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet10-78/+59
2016-04-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-407/+947
2016-04-27net-rfs: fix false sharing accessing sd->input_queue_headEric Dumazet1-2/+6
2016-04-27net: w5100: support W5500Akinobu Mita4-85/+365
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain4-7/+40
2016-04-27i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2-6/+149
2016-04-27i40e: Add promiscuous on VLAN supportGreg Rose2-0/+78
2016-04-27i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2-2/+4
2016-04-27i40e: Remove zero checkGreg Rose1-4/+1
2016-04-27i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk4-0/+4
2016-04-27i40e: Add device capability which defines if update is availableMichal Kosiarz5-0/+18
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller137-698/+1416
2016-04-27net: ipv6: Use passed in table for nexthop lookupsDavid Ahern1-2/+38
2016-04-27taskstats: fix nl parsing in accounting/getdelays.cNicolas Dichtel1-1/+4
2016-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-218/+351
2016-04-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds21-135/+310
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds5-59/+28
2016-04-26bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-04-26pch_gbe: fix bogus trylock conversionFlorian Westphal1-1/+1
2016-04-26Merge branch 'sh_eth-next'David S. Miller2-5/+5
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov2-4/+4
2016-04-26sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()Sergei Shtylyov1-1/+1
2016-04-26Merge branch 'mlx5-next'David S. Miller10-470/+1092
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed4-12/+38
2016-04-26net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)Gal Pressman3-3/+78