aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-21net: fix *_DIAG_MAX constantsAndrey Vagin2-2/+6
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-20thermal: shorten too long mcast group nameMasatake YAMATO1-1/+1
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger1-2/+1
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-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-20net: fix psock_fanout selftest hash collisionWillem de Bruijn1-40/+120
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
2013-03-20net/irda: add missing error path release_sock callKees Cook1-2/+4
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun1-1/+2
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov2-0/+6
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey1-1/+2
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2-0/+3
2013-03-20l2tp: unhash l2tp sessions on delete, not on freeTom Parkin3-50/+38
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin5-147/+93
2013-03-20l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin1-43/+10