summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-089-33/+8
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-087-18/+4
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-086-39/+3
* dccp: Clean up old feature-negotiation infrastructureGerrit Renker2008-12-082-505/+11
* dccp: Integration of dynamic feature activation - part 3 (client side)Gerrit Renker2008-12-081-4/+26
* dccp: Integration of dynamic feature activation - part 2 (server side)Gerrit Renker2008-12-081-30/+12
* dccp: Integration of dynamic feature activation - part 1 (socket setup)Gerrit Renker2008-12-081-40/+6
* netdevice: Kill netdev->privWang Chen2008-12-0818-29/+24
* staging-winbond: Kill directly reference of netdev->privWang Chen2008-12-081-1/+5
* staging-slicoss: Kill directly reference of netdev->privWang Chen2008-12-061-4/+3
* staging-p80211: Kill directly reference of netdev->privWang Chen2008-12-062-39/+39
* s390_net: Kill directly reference of netdev->privWang Chen2008-12-061-6/+6
* net: Fix incorrect use of loose in spider_net.cNick Andrew2008-12-061-1/+1
* wireless: Fix incorrect use of loose in wext.cNick Andrew2008-12-061-1/+1
* tcp: fix tso_should_defer in 64bitIlpo Järvinen2008-12-051-1/+1
* tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen2008-12-051-37/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-0519-55/+169
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-055-5/+30
| |\
| | * zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| | * mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| | * ipw2200: fix netif_*_queue() removal regressionZhu Yi2008-12-051-0/+4
| | * iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2008-12-052-3/+24
| * | tcp: tcp_vegas ssthresh bug fixDoug Leith2008-12-041-0/+2
| |/
| * can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-041-1/+4
| * ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-041-1/+5
| * netx-eth: initialize per device spinlockUwe Kleine-König2008-12-031-0/+2
| * tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-031-12/+10
| * enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-031-2/+14
| * hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-031-2/+2
| * b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe2008-12-031-4/+2
| * can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-033-19/+53
| * Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia2008-12-031-0/+3
| * netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
| * bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
* | tcp: move some parts from tcp_write_xmitIlpo Järvinen2008-12-051-11/+12
* | tcp: share code through function, not through copy-paste. :-)Ilpo Järvinen2008-12-051-7/+10
* | tcp: drop tcp_bound_rto, merge content of it tcp_set_rtoIlpo Järvinen2008-12-051-9/+3
* | tcp: no need to pass prev skb around, reduces arg pressureIlpo Järvinen2008-12-051-5/+4
* | tcp: introduce struct tcp_sacktag_state to reduce arg pressureIlpo Järvinen2008-12-051-71/+74
* | tcp: make mtu probe failure to not break gso'ed skbs unnecessarilyIlpo Järvinen2008-12-051-12/+7
* | tcp: Fix thinko making the not-shiftable to cover S|R as wellIlpo Järvinen2008-12-051-1/+1
* | tcp: force mss equality with the next skb too.Ilpo Järvinen2008-12-051-5/+4
* | dccp: use roundup instead of opencodingIlpo Järvinen2008-12-051-1/+1
* | tty: driverdata and discdata are void *Alan Cox2008-12-052-10/+10
* | tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-054-19/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-0579-1836/+2854
|\ \
| * | ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez2008-12-051-2/+20
| * | ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-053-3/+53
| * | rt2x00: Correctly initialize AID during set_key()Ivo van Doorn2008-12-051-0/+12
| * | rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn2008-12-053-25/+36