aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng16-82/+59
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2-3/+3
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller5-11/+52
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller25-198/+305
2013-11-04netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter1-4/+4
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller13-2291/+2511
2013-11-04Merge branch 'mlx4'David S. Miller11-120/+675
2013-11-04net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-04net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein7-23/+222
2013-11-04net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-04net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-04net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-04net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein6-21/+20
2013-11-04net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein3-25/+49
2013-11-04net/mlx4_core: Fix register/unreg vlan flowJack Morgenstein1-11/+10
2013-11-04sh_eth: check platform data pointerSergei Shtylyov1-0/+6
2013-11-04Merge branch 'usbnet'David S. Miller2-17/+11
2013-11-04net: cdc_mbim: fixup error return valueBjørn Mork1-4/+2
2013-11-04net: cdc_mbim: no need to check for resume if suspend existsBjørn Mork1-1/+1
2013-11-04net: qmi_wwan: no need to check for resume if suspend existsBjørn Mork1-1/+1
2013-11-04net: qmi_wwan: manage_power should always set needs_remote_wakeupBjørn Mork1-6/+4
2013-11-04net: cdc_mbim: manage_power should always set needs_remote_wakeupBjørn Mork1-5/+3
2013-11-04Merge branch 'qlcnic'David S. Miller12-409/+569
2013-11-04qlcnic: update version to 5.3.52Himanshu Madhani1-2/+2
2013-11-04qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani5-17/+18
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani12-311/+404
2013-11-04qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani4-62/+94
2013-11-04qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty6-33/+67
2013-11-04lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann1-2/+2
2013-11-04lib: crc32: conditionally resched when running testcasesDaniel Borkmann1-0/+3
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann2-1/+6
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller189-1166/+1493
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-287/+303
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-11-04Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller2-10/+16
2013-11-04net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcbDaniel Borkmann1-1/+0
2013-11-03net/hsr: Add support for the High-availability Seamless Redundancy protocol (HSRv0)Arvid Brodin15-0/+2403
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet4-11/+24
2013-11-03Merge branch 'sctp_csum'David S. Miller7-258/+350
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann2-45/+20
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann3-13/+37
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann1-0/+72
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2-0/+121
2013-11-03lib: crc32: clean up spacing in test casesDaniel Borkmann1-200/+100
2013-11-03Linux 3.12Linus Torvalds1-1/+1
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun1-1/+0
2013-11-03netfilter: ctnetlink: account both directions in one stepHolger Eitzenberger1-25/+24
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger6-24/+38
2013-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-7/+8