summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-04-1812-74/+96
|\
| * batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli2012-04-181-1/+2
| * batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli2012-04-181-4/+4
| * batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-189-25/+21Star
| * batman-adv: mark existing ogm variables as batman ivMarek Lindner2012-04-183-5/+5
| * batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner2012-04-184-14/+14
| * batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-184-6/+6
| * batman-adv: handle routing code initialization properlyMarek Lindner2012-04-183-11/+17
| * batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-184-2/+11
| * batman-adv: randomize initial seqno to avoid collisionMarek Lindner2012-04-181-0/+5
| * batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-184-6/+6
| * batman-adv: move ogm initialization into the proper functionMarek Lindner2012-04-181-1/+7
| * batman-adv: remove duplicated line in commentAntonio Quartulli2012-04-181-1/+0Star
| * batman-adv: convert the tt_crc to network orderAntonio Quartulli2012-04-181-1/+1
* | net/core:Remove memleak reports by kmemleak_not_leak.majianpeng2012-04-181-1/+1
* | net/ipv4:Remove two memleak reports by kmemleak_not_leak.majianpeng2012-04-181-1/+1
* | net: filter: remove unused cpu_off in sparc JITEric Dumazet2012-04-181-2/+0Star
* | dmfe: enforce consistent timing delay.françois romieu2012-04-181-1/+5
* | net: filter: Fix some more small issues in sparc JIT.David S. Miller2012-04-173-44/+84
* | net: filter: Fix some minor issues in sparc JIT.David S. Miller2012-04-173-5/+6
* | r8169: support the new RTL8411 chip.Hayes Wang2012-04-171-2/+138
* | r8169: adjust some functions of 8111fHayes Wang2012-04-171-52/+47Star
* | r8169: support the new RTL8402 chip.Hayes Wang2012-04-171-1/+121
* | r8169: add device specific CSI access helpers.Hayes Wang2012-04-171-106/+194
* | r8169: modify pll power functionHayes Wang2012-04-171-7/+30
* | r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu2012-04-171-0/+6
* | r8169: Config1 is read-only on 8168c and later.Francois Romieu2012-04-171-2/+13
|/
* hippi: fix printk format in rrunner.cRandy Dunlap2012-04-171-2/+3
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-04-176-60/+6Star
|\
| * net/can: use module_pci_driverAxel Lin2012-04-165-59/+5Star
| * can: fix sparse warning for cgw_listDaniel Baluta2012-04-161-1/+1
* | net: filter: Just In Time compiler for sparcDavid S. Miller2012-04-176-0/+1042
|/
* tcp: restore formatting of macros for tcp_skb_cb sacked fieldNeal Cardwell2012-04-161-2/+3
* atl1: remove unused member from atl1_adapter structureTony Zelenoff2012-04-161-1/+0Star
* drivers/net: fix unresolved 64bit math in mellanox/mlx4/en_dcb_nl.cPaul Gortmaker2012-04-161-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-1524-99/+167
|\
| * net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi2012-04-141-1/+1
| * ixgbe: fix WoL issue with fiberDon Skidmore2012-04-141-0/+10
| * e1000e: issues in Sx on 82577/8/9Bruce Allan2012-04-141-5/+10
| * net: smsc911x: fix skb handling in receive pathWill Deacon2012-04-131-9/+5Star
| * ks8851: Fix missing mutex_lock/unlockMatt Renzelmann2012-04-131-4/+4
| * drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek2012-04-134-11/+9Star
| * 8139cp: set intr mask after its handler is registeredJason Wang2012-04-131-2/+8
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-133-10/+7Star
| * skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-134-8/+8
| * ppp: Fix race condition with queue start/stopDavid Woodhouse2012-04-131-9/+6Star
| * ipv6: fix problem with expired dst cacheGao feng2012-04-136-41/+99
* | macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend2012-04-153-6/+71
* | ixgbe: UTA table incorrectly programmedGreg Rose2012-04-151-29/+0Star
* | ixgbe: allow RAR table to be updated in promisc modeJohn Fastabend2012-04-151-10/+11