aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-07net: clean up snmp stats codeWANG Cong12-162/+103
2014-05-07isdn: hisax: remove some dead codeDan Carpenter1-107/+4
2014-05-07tunnel: fix RFC number in comment for INET_ECN_decapsulate()Neal Cardwell1-1/+1
2014-05-07w83977af_ir: remove two faux Kconfig macrosPaul Bolle1-29/+4
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert1-0/+1
2014-05-05Merge branch 'tipc-next'David S. Miller17-352/+268
2014-05-05tipc: purge signal handler infrastructureYing Xue4-147/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue4-14/+32
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue5-15/+32
2014-05-05tipc: define new functions to operate bc_lockYing Xue1-43/+53
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue4-54/+52
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue2-23/+7
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue4-16/+33
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue3-19/+31
2014-05-05tipc: adjust order of variables in tipc_node structureYing Xue1-29/+34
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue2-9/+9
2014-05-05net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov1-47/+55
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong1-12/+0
2014-05-05Merge branch 'inet_csums'David S. Miller12-83/+183
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2-13/+38
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert3-30/+9
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert3-40/+10
2014-05-05net: Generalize checksum_init functionsTom Herbert1-0/+93
2014-05-05sparc: csum_add for SparcTom Herbert2-0/+24
2014-05-05net: Change x86_64 add32_with_carry to allow memory operandTom Herbert1-1/+1
2014-05-05x86_64: csum_add for x86_64Tom Herbert1-0/+7
2014-05-05net: Allow csum_add to be provided in archTom Herbert1-0/+2
2014-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller213-3415/+6045
2014-05-05Merge branch 'am437x'David S. Miller5-21/+66
2014-05-05ARM: dts: am4372: Add clock names for cpsw and cptsGeorge Cherian1-0/+2
2014-05-05ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clkGeorge Cherian1-0/+16
2014-05-05drivers: net: cpsw: Enable Annexe F Time syncGeorge Cherian1-12/+37
2014-05-05drivers: net: cpsw: Enable CPTS for DRA7xx and AM4372George Cherian1-2/+5
2014-05-05drivers: net: cpts: Remove hardcoded clock name for CPTSGeorge Cherian1-7/+4
2014-05-05ARM: dts: am33xx: Add clock names for cpsw and cptsGeorge Cherian1-0/+2
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu1-4/+4
2014-05-04Merge branch 'filter-cleanups'David S. Miller2-276/+309
2014-05-04net: filter: misc/various cleanupsDaniel Borkmann1-8/+7
2014-05-04net: filter: make register naming more comprehensibleDaniel Borkmann2-114/+145
2014-05-04net: filter: simplify label names from jump-tableDaniel Borkmann2-154/+157
2014-05-04net: filter: doc: expand and improve BPF documentationAlexei Starovoitov1-4/+154
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet15-48/+36
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet4-28/+36
2014-05-02net: Allow tc changes in user namespacesStéphane Graber2-4/+7
2014-05-02Merge branch 'davinci_mdio'David S. Miller4-40/+87
2014-05-02net: davinci_mdio: simplify IO memory mappingGrygorii Strashko1-18/+3
2014-05-02net: davinci_mdio: drop pinctrl_pm_select_default_state from probeGrygorii Strashko1-3/+0
2014-05-02net: davinci_mdio: use devm_* apiGrygorii Strashko1-19/+5
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko3-0/+79
2014-05-02net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov1-35/+42