aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-101-16/+31
* netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-101-9/+17
* netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-101-39/+68
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-102-13/+12
* net: Make staticRoel Kluin2008-12-1013-23/+23
* pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.Jarek Poplawski2008-12-091-5/+5
* pkt_sched: sch_htb: Optimize htb_find_next_upper()Jarek Poplawski2008-12-091-3/+3
* bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().David S. Miller2008-12-091-4/+2
* bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.David S. Miller2008-12-091-1/+1
* dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker2008-12-087-27/+8
* dccp: Remove manual influence on NDP Count featureGerrit Renker2008-12-085-13/+2
* dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker2008-12-084-34/+0
* 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-082-8/+2
* 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-058-37/+83
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-051-1/+1
| |\
| | * mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| * | 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
| * tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-031-12/+10
| * can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-032-18/+52
| * 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
* | 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
* | cfg80211: "fix" 11d oopsJohannes Berg2008-12-051-0/+3
* | mac80211: tx module cleanup.Rami Rosen2008-12-051-8/+3
* | cfg80211: fix wiphy remove if no regulatory requestJohannes Berg2008-12-051-1/+1
* | mac80211: add sta_notify_ps callbackChristian Lamparter2008-12-051-0/+7
* | mac80211: accept empty strings for hidden SSIDsFabio Rossi2008-12-051-1/+1
* | cfg80211: handle SIOCGIWMODE/SIOCSIWMODEJohannes Berg2008-12-053-74/+85
* | cfg80211: handle SIOCGIWNAMEJohannes Berg2008-12-053-43/+62
* | nl80211: Add frequency configuration (including HT40)Jouni Malinen2008-12-055-4/+98
* | mac80211: only transition STAs ps->wake on data framesJohannes Berg2008-12-051-8/+20
* | mac80211: disassociate prior to unlinking AP/stationTomas Winkler2008-12-051-4/+14
* | mac80211: deauth when interface is marked downJohn W. Linville2008-12-051-1/+5