summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: IXP4xx Ethernet NAPI fixKrzysztof Halasa2008-07-111-2/+1
* tun: Persistent devices can get stuck in xoff stateMax Krasnyansky2008-07-101-0/+6
* xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2008-07-102-2/+2
* ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev2008-07-101-1/+1
* netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev2008-07-103-21/+4
* ipv4: fib_trie: Fix lookup error returnBen Hutchings2008-07-101-11/+6
* tcp: correct kcalloc usageMilton Miller2008-07-101-1/+1
* ip: sysctl documentation cleanupStephen Hemminger2008-07-101-31/+29
* Documentation: clarify tcp_{r,w}mem sysctl docsJ. Bruce Fields2008-07-101-11/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-099-25/+63
|\
| * libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-07-091-2/+2
| * zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo2008-07-091-0/+1
| * rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-095-0/+47
| * rc80211_pid: Fix fast_start parameter handlingMattias Nissler2008-07-092-23/+13
* | netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells2008-07-091-1/+1
* | netfilter: nf_conntrack_tcp: fix endless loopPatrick McHardy2008-07-091-2/+8
|/
* sctp: Add documentation for sctp sysctl variableVlad Yasevich2008-07-081-0/+170
* ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin2008-07-081-2/+2
* irda: Fix netlink error path return valueJulius Volz2008-07-081-2/+2
* irda: New device ID for nsc-irccVille Syrjala2008-07-081-0/+1
* irda: via-ircc proper dma freeingWang Chen2008-07-081-0/+3
* sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-082-6/+8
* mac80211: don't report selected IBSS when not foundVladimir Koutny2008-07-071-2/+4
* ssb-pcicore: Fix IRQ-vector init on embedded devicesMichael Buesch2008-07-071-0/+7
* zd1211rw: add ID for AirTies WUS-201Firat Birlik2008-07-071-0/+1
* mac80211: Only flush workqueue when last interface was removedIvo van Doorn2008-07-071-2/+2
* mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen2008-07-071-2/+5
* drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins2008-07-071-2/+2
* hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville2008-07-071-4/+8
* can: add sanity checksOliver Hartkopp2008-07-053-4/+32
* fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart2008-07-041-0/+3
* ibm_newemac: Fixes entry of short packetsSathya Narayanan2008-07-041-0/+6
* ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan2008-07-041-0/+2
* pasemi_mac: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
* ehea: Access iph->tot_len with correct endiannessRoland Dreier2008-07-041-1/+1
* ehea: fix race conditionJan-Bernd Themann2008-07-042-7/+16
* ehea: add MODULE_DEVICE_TABLEJan-Bernd Themann2008-07-041-0/+1
* ehea: fix might sleep problemJan-Bernd Themann2008-07-042-12/+12
* forcedeth: fix lockdep warning on ethtool -sTobias Diedrich2008-07-041-2/+13
* Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa2008-07-041-0/+1
* bridge: fix use-after-free in br_cleanup_bridges()Patrick McHardy2008-07-031-3/+7
* tcp: fix a size_t < 0 comparison in tcp_read_sockOctavian Purdila2008-07-031-1/+2
* tcp: net/ipv4/tcp.c needs linux/scatterlist.hAndrew Morton2008-07-031-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-025-4/+15
|\
| * libertas: support USB persistence on suspend/resume (resend)andrey@cozybit.com2008-07-021-0/+1
| * iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2008-07-022-2/+4
| * iwlwifi: fix incorrect 5GHz rates reported in monitor modeRick Farrington2008-07-022-2/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-025-16/+63
|\ \
| * | PCI: acpiphp: cleanup notify handler on all root bridgesAlex Chiang2008-07-021-3/+14
| * | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Benjamin Li2008-07-024-12/+48