aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-21sh_eth: kill unneeded typecast in sh_eth_drv_probe()Sergei Shtylyov1-2/+1
2013-03-21sh_eth: use PIR_* bitsSergei Shtylyov1-4/+4
2013-03-21net: fix psock_fanout on sparc64Willem de Bruijn1-1/+7
2013-03-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin5-0/+244
2013-03-21net: prepare netlink code for netlink diagAndrey Vagin2-54/+67
2013-03-21net: fix *_DIAG_MAX constantsAndrey Vagin2-2/+6
2013-03-21Merge branch 'mlx4'David S. Miller3-22/+47
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion1-8/+33
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion1-1/+1
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion1-11/+11
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion1-1/+1
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer1-1/+1
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil3-7/+1
2013-03-21gianfar: Cleanup dead code and minor formattingClaudiu Manoil1-4/+3
2013-03-21gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil1-1/+1
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann1-1/+1
2013-03-21net: sh-eth: Use pr_err instead of printkNobuhiro Iwamatsu1-2/+2
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun1-1/+1
2013-03-21net: remove redundant ifdef CONFIG_CGROUPSZefan Li1-2/+0
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng3-26/+68
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng1-16/+26
2013-03-21tcp: refactor F-RTOYuchung Cheng9-421/+10
2013-03-21filter: add minimal BPF JIT image disassemblerDaniel Borkmann3-5/+220
2013-03-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into wirelessDavid S. Miller263-3400/+9520
2013-03-20thermal: shorten too long mcast group nameMasatake YAMATO1-1/+1
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville263-3400/+9520
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger1-2/+1
2013-03-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller12-43/+69
2013-03-20net: Move selftests to common net/ subdirectory.David S. Miller7-22/+6
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville12-43/+69
2013-03-20net: fix psock_fanout selftest bind error messageDaniel Baluta1-1/+1
2013-03-20chelsio: add headroom in RX pathEric Dumazet1-1/+1
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf1-3/+39
2013-03-20bnx2x: AER revisedYuval Mintz4-30/+130
2013-03-20net: fec: make local function fec_poll_controller() staticWei Yongjun1-1/+1
2013-03-20net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun1-1/+1
2013-03-20net: mdio-octeon: Use module_platform_driver()Sachin Kamat1-12/+1
2013-03-20net: mdio-gpio: Use module_platform_driver()Sachin Kamat1-11/+1
2013-03-20net: au1k_ir: Use module_platform_driver()Sachin Kamat1-12/+1
2013-03-20net: s6gmac: Use module_platform_driver()Sachin Kamat1-14/+1
2013-03-20net: ks8695net: Use module_platform_driver()Sachin Kamat1-19/+1
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag4-1/+40
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil3-6/+10
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil1-12/+12
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil2-10/+22
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil1-37/+45
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann3-1/+8
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann2-0/+59
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller407-1799/+2900