summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-305-0/+84
* net: Fix ip link add netns oopsEric W. Biederman2011-01-301-0/+3
* caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2011-01-302-0/+3
* slcan: fix referenced website in Kconfig help textOliver Hartkopp2011-01-301-1/+1
* gro: Reset dev pointer on reuseHerbert Xu2011-01-301-0/+1
* ipv6: Remove route peer binding assertions.David S. Miller2011-01-271-4/+0
* net: add kmemcheck annotation in __alloc_skb()Eric Dumazet2011-01-271-0/+1
* net: fix validate_link_af in rtnetlink coreKurt Van Dijck2011-01-271-2/+1
* dl2k: nulify fraginfo after unmapStanislaw Gruszka2011-01-271-2/+2
* xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell2011-01-271-8/+88
* econet: remove compiler warningsEric Dumazet2011-01-271-2/+2
* bnx2: Eliminate AER error messages on systems not supporting itMichael Chan2011-01-262-8/+10
* cnic: Fix big endian bugMichael Chan2011-01-261-6/+6
* xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller2011-01-261-0/+6
* tg3: Use new VLAN codeMatt Carlson2011-01-262-88/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-01-2617-132/+105
|\
| * MAINTAINERS: remove Reinette Chatre as iwlwifi maintainerReinette Chatre2011-01-251-1/+0
| * rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman2011-01-251-0/+1
| * mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau2011-01-251-0/+3
| * rtlwifi: Fix possible NULL dereferenceJesper Juhl2011-01-211-2/+9
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-212-5/+5
| * ath9k_hw: disabled PAPRD for AR9003Luis R. Rodriguez2011-01-212-1/+6
| * iwlwifi: don't read sku information from EEPROM for 4965Wey-Yi Guy2011-01-212-4/+8
| * Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-193-6/+12
| * Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg2011-01-191-1/+2
| * Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg2011-01-191-49/+28
| * Bluetooth: Fix MITM protection requirement preservationJohan Hedberg2011-01-191-0/+3
| * Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg2011-01-191-5/+0
| * Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
| * Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg2011-01-191-0/+4
| * Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba2011-01-191-2/+2
| * Bluetooth: ath3k: reduce memory usageAlexander Holler2011-01-191-55/+20
* | bonding: update documentation - alternate configuration.Nicolas de Pesloüan2011-01-251-12/+71
* | TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu2011-01-251-1/+1
* | ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33
* | textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer2011-01-251-5/+5
* | USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl2011-01-251-0/+1
* | pch_gbe: don't use flush_scheduled_work()Tejun Heo2011-01-251-1/+1
* | bnx2: Always set ETH_FLAG_TXVLANMichael Chan2011-01-251-0/+4
* | net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-251-1/+1
* | ipv6: Always clone offlink routes.David S. Miller2011-01-251-8/+1
* | dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend2011-01-251-2/+11
* | Merge branch 'can/at91_can-for-net-2.6' of git://git.pengutronix.de/git/mkl/l...David S. Miller2011-01-252-26/+137
|\ \
| * | can: at91_can: make can_id of mailbox 0 configurableMarc Kleine-Budde2011-01-242-7/+108
| * | can: at91_can: don't use mailbox 0Marc Kleine-Budde2011-01-241-12/+20
| * | can: at91_can: clean up usage of AT91_MB_RX_FIRST and AT91_MB_RX_NUMMarc Kleine-Budde2011-01-241-8/+10
* | | tcp: fix bug in listening_get_next()Eric Dumazet2011-01-241-1/+0
* | | inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller2011-01-241-1/+1
* | | GRO: fix merging a paged skb after non-paged skbsMichal Schmidt2011-01-241-2/+6
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-244863-112016/+259692
|\ \ \