summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Phonet: Netlink factorization and cleanupRémi Denis-Courmont2008-09-301-56/+35Star
* netdev: docbook comment update (revised)Stephen Hemminger2008-09-301-2/+44
* netdev: use const for some name functionsStephen Hemminger2008-09-301-5/+4Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-09-2521-625/+658
|\
| * wireless: a global static to local static improvementDenis ChengRq2008-09-241-9/+7Star
| * mac80211: fix led behavior in IBSSEmmanuel Grumbach2008-09-241-0/+2
| * mac80211: probe with correct SSIDJohannes Berg2008-09-241-2/+2
| * mac80211: clean up rate control APIJohannes Berg2008-09-2411-210/+159Star
| * mac80211: fix mesh action frame handlingJohannes Berg2008-09-241-1/+1
| * mac80211: mesh portal functionality supportYanBo2008-09-244-11/+196
| * cfg80211: reject invalid configuration itemsJohannes Berg2008-09-241-7/+17
| * mac80211: allow interface settings changes only when downJohannes Berg2008-09-241-0/+3
| * cfg80211: allow set_interface without typeJohannes Berg2008-09-241-7/+8
| * cfg80211: show interface typeJohannes Berg2008-09-243-1/+8
| * mac80211: make master iface not wirelessJohannes Berg2008-09-247-99/+39Star
| * cfg80211: clean up static regdomain messJohannes Berg2008-09-241-53/+20Star
| * cfg80211: fix regulatory code constJohannes Berg2008-09-242-33/+31Star
| * cfg80211: clean up regulatory messJohannes Berg2008-09-243-230/+203Star
| * cfg80211: fix static regdomainsJohannes Berg2008-09-241-16/+16
* | net: remove ifalias on empty given alias Oliver Hartkopp2008-09-241-0/+8
|/
* tcp: Fix queue traversal in tcp_use_frto().David S. Miller2008-09-231-0/+2
* tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller2008-09-231-1/+1
* neigh: Remove by-hand SKB queue handling.David S. Miller2008-09-231-13/+8Star
* pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski2008-09-231-4/+14
* pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller2008-09-231-4/+1Star
* pkt_sched: Make qdisc->gso_skb a list.David S. Miller2008-09-231-5/+7
* net: network device name ifalias supportStephen Hemminger2008-09-233-0/+72
* Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont2008-09-231-4/+92
* Phonet: proc interface for port rangeRemi Denis-Courmont2008-09-234-1/+119
* Phonet: provide MAC header operationsRemi Denis-Courmont2008-09-231-0/+29
* Phonet: Phonet datagram transport protocolRemi Denis-Courmont2008-09-233-0/+304
* Phonet: common socket glueRemi Denis-Courmont2008-09-233-3/+337
* Phonet: Netlink interfaceRemi Denis-Courmont2008-09-233-0/+188
* Phonet: network device and address handlingRemi Denis-Courmont2008-09-233-0/+212
* Phonet: add CONFIG_PHONETRemi Denis-Courmont2008-09-234-0/+22
* Phonet: PF_PHONET protocol family supportRemi Denis-Courmont2008-09-231-0/+216
* Phonet: global definitionsRemi Denis-Courmont2008-09-231-3/+6
* ipsec: Fix xfrm_state_walk raceHerbert Xu2008-09-231-9/+30
* net/atm/lec.c: drop code after returnJulia Lawall2008-09-231-1/+0Star
* net: em_cmp.c use unaligned access helpersHarvey Harrison2008-09-231-6/+3Star
* netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo2008-09-231-2/+4
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-222-5/+4Star
* tcp: advertise MSS requested by userTom Quetchenbach2008-09-212-3/+14
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-2111-35/+35
* multiq: requeue should rewind the current_bandAlexander Duyck2008-09-211-0/+5
* tcp: back retransmit_high when it over-estimatedIlpo Järvinen2008-09-211-2/+10
* tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-211-1/+13
* tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-212-4/+8
* tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen2008-09-211-3/+1Star
* tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-211-46/+33Star