aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-16ethernet: Use eth_random_addrJoe Perches15-16/+16
2012-07-16etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches1-6/+8
2012-07-16Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller25-1126/+439
2012-07-16net: make sock diag per-namespaceAndrey Vagin6-18/+51
2012-07-16lpc_eth: remove duplicated includeDuan Jiong1-1/+0
2012-07-16tcp: add OFO snmp countersEric Dumazet3-3/+12
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert1-2/+3
2012-07-14ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert1-5/+6
2012-07-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller198-15819/+4692
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne8-335/+4
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne10-222/+213
2012-07-13tipc: simplify print buffer handling in tipc_printfErik Hugne1-42/+10
2012-07-13tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker1-17/+7
2012-07-13tipc: remove TIPC packet debugging functions and macrosErik Hugne4-312/+0
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne18-174/+177
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller4-30/+11
2012-07-13tcp: add LAST_ACK as a valid state for TSQEric Dumazet1-2/+2
2012-07-13tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH1-0/+1
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck1-8/+20
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville198-15819/+4692
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller2-4/+0
2012-07-12Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-57/+33
2012-07-12be2net: Enable RSS UDP hashing for Lancer and SkyhawkPadmanabh Ratnakar3-0/+12
2012-07-12be2net: Fix port name in message during driver loadPadmanabh Ratnakar3-2/+57
2012-07-12be2net: Fix cleanup path when EQ creation failsPadmanabh Ratnakar1-2/+3
2012-07-12be2net: Activate new FW after FW download for LancerPadmanabh Ratnakar5-78/+180
2012-07-12be2net: Fix initialization sequence for LancerPadmanabh Ratnakar3-68/+87
2012-07-12be2net : Fix die temperature stat for LancerPadmanabh Ratnakar3-7/+8
2012-07-12be2net: Fix error while toggling autoneg of pause parametersPadmanabh Ratnakar1-1/+1
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2-14/+9
2012-07-12team: add broadcast modeJiri Pirko3-1/+101
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko3-3/+10
2012-07-12ipv4: Put proper checks into icmp_socket_deliver().David S. Miller1-6/+6
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller5-209/+127
2012-07-12net: sched: add ipset ematchFlorian Westphal4-1/+148
2012-07-12netxen: fix link notification orderFlavio Leitner1-2/+2
2012-07-126lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com1-19/+20
2012-07-126lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com1-1/+1
2012-07-12mac802154: sparse warnings: make symbols staticalex.bluesman.smirnov@gmail.com2-2/+2
2012-07-126lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com1-2/+2
2012-07-12mac802154: add get short address methodalex.bluesman.smirnov@gmail.com3-0/+17
2012-07-12drivers/ieee802154/at86rf230: rework irq handleralex.bluesman.smirnov@gmail.com1-14/+18
2012-07-126lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-3/+1
2012-07-12smsc95xx: signedness bug in get_regs()Dan Carpenter1-1/+2
2012-07-12net: add support for NS8390 based eth controllers on some ColdFire CPU boardsGreg Ungerer4-120/+504
2012-07-12m68knommu: move the badly named mcfne.h to a better mcf8390.hGreg Ungerer1-4/+4
2012-07-12ipv4: Fix warnings in ip_do_redirect() for some configurations.David S. Miller1-4/+6
2012-07-12tipc: limit error messages relating to memory leak to one linePaul Gortmaker1-2/+4
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker1-30/+32
2012-07-12Merge branch 'redirect_via_sock'David S. Miller36-351/+447