summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun
2013-03-21net: remove redundant ifdef CONFIG_CGROUPSZefan Li
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-21filter: add minimal BPF JIT image disassemblerDaniel Borkmann
2013-03-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-03-20thermal: shorten too long mcast group nameMasatake YAMATO
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger
2013-03-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-03-20net: Move selftests to common net/ subdirectory.David S. Miller
2013-03-20fec: Fix the build as moduleFabio Estevam
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-20net: fix psock_fanout selftest bind error messageDaniel Baluta
2013-03-20chelsio: add headroom in RX pathEric Dumazet
2013-03-20dynticks: avoid flow_cache_flush() interrupting every coreChris Metcalf
2013-03-20bnx2x: AER revisedYuval Mintz
2013-03-20net: fec: make local function fec_poll_controller() staticWei Yongjun
2013-03-20net: ethernet: davinci_emac: make local function emac_poll_controller() staticWei Yongjun
2013-03-20net: mdio-octeon: Use module_platform_driver()Sachin Kamat
2013-03-20net: mdio-gpio: Use module_platform_driver()Sachin Kamat
2013-03-20net: au1k_ir: Use module_platform_driver()Sachin Kamat
2013-03-20net: s6gmac: Use module_platform_driver()Sachin Kamat
2013-03-20net: ks8695net: Use module_platform_driver()Sachin Kamat
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil
2013-03-20filter: add ANC_PAY_OFFSET instruction for loading payload start offsetDaniel Borkmann
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20net: fix psock_fanout selftest hash collisionWillem de Bruijn
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam
2013-03-20net/irda: add missing error path release_sock callKees Cook
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann
2013-03-20Merge branch 'l2tp'David S. Miller
2013-03-20l2tp: unhash l2tp sessions on delete, not on freeTom Parkin
2013-03-20l2tp: avoid deadlock in l2tp stats updateTom Parkin
2013-03-20l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin
2013-03-20l2tp: purge session reorder queue on deleteTom Parkin
2013-03-20l2tp: add session reorder queue purge function to coreTom Parkin
2013-03-20l2tp: don't BUG_ON sk_socket being NULLTom Parkin
2013-03-20l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin
2013-03-20l2tp: close sessions before initiating tunnel deleteTom Parkin