summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: Add sysctl support for Auto-ASCONF.Michio Honda2011-06-021-0/+7
* sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-026-4/+223
* sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR...YOSHIFUJI Hideaki2011-06-021-4/+5
* sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda2011-06-021-1/+1
* caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin2011-06-014-0/+1377
* bnx2x: Improve cl45 access methodsYaniv Rosner2011-06-011-71/+65
* bnx2x: Modify XGXS functionsYaniv Rosner2011-06-012-53/+37
* bnx2x: Fix link status syncYaniv Rosner2011-06-011-5/+24
* bnx2x: Adjust BCM8726 module detection settingsYaniv Rosner2011-06-015-29/+85
* bnx2x: Fix grammar and relocate codeYaniv Rosner2011-06-012-266/+276
* bnx2x: Fix BCM84833 settingsYaniv Rosner2011-06-012-58/+171
* bnx2x: Fix over current port displayYaniv Rosner2011-06-011-6/+7
* bnx2x: Add TX fault check for fiber PHYsYaniv Rosner2011-06-013-4/+72
* bnx2x: Change return status typeYaniv Rosner2011-06-012-184/+192
* bnx2x: Fix port type displayYaniv Rosner2011-06-018-58/+162
* bnx2x: Add new phy BCM8722Yaniv Rosner2011-06-012-25/+62
* be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supporte...Somnath Kotur2011-05-313-2/+76
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-05-3131-276/+284
|\
| * batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann2011-05-301-1/+1
| * batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli2011-05-301-4/+4
| * batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli2011-05-301-1/+1
| * batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann2011-05-301-2/+5
| * batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2011-05-302-16/+16
| * batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann2011-05-303-3/+4
| * batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-3014-72/+65
| * batman-adv: Remove casts from type x to type xSven Eckelmann2011-05-302-2/+2
| * batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann2011-05-303-3/+3
| * batman-adv: Only use int up and down gw representationSven Eckelmann2011-05-301-9/+10
| * batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-3027-157/+166
| * batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann2011-05-301-2/+2
| * batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann2011-05-301-1/+1
| * batman-adv: Print jiffies as unsigned longSven Eckelmann2011-05-301-1/+1
| * batman-adv: Annotate functions with format stringsSven Eckelmann2011-05-302-1/+3
| * batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann2011-05-301-2/+1
| * batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli2011-05-302-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-3133-120/+179
|\ \
| * | Revert "net: fix section mismatches"David S. Miller2011-05-3110-72/+68
| * | drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run()Alexey Khoroshilov2011-05-311-1/+1
| * | sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-05-315-12/+31
| * | drivers/net: ks8842 Fix crash on received packet when in PIO mode.Dennis Aberilla2011-05-311-1/+1
| * | ip_options_compile: properly handle unaligned pointerChris Metcalf2011-05-311-7/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-2715-27/+70
| |\ \
| | * | ath9k: Fix AR9287 calibrationAdrian Chadd2011-05-271-1/+1
| | * | mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.cJesper Juhl2011-05-271-1/+0
| | * | mac80211: clear local->ps_data on disassocEliad Peller2011-05-271-0/+1
| | * | wireless: Default to 'n' for 2 new added devices in Kconfig.Tao Ma2011-05-272-2/+0
| | * | iwl4965: fix 5GHz operationStanislaw Gruszka2011-05-271-2/+2
| | * | mac80211: stop queues before rate control updationRajkumar Manoharan2011-05-261-0/+6
| | * | ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
| | * | ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan2011-05-263-1/+28