summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't clear next_hop in path reclaimJohannes Berg2008-03-061-1/+0Star
* mac80211: remove STA entries when taking down interfaceJohannes Berg2008-03-066-83/+73Star
* mac80211: clean up sta_info and document lockingJohannes Berg2008-03-062-54/+83
* mac80211: split sta_info_addJohannes Berg2008-03-067-74/+166
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-0623-461/+668
* mac80211: split ieee80211_txrx_dataJohannes Berg2008-03-068-306/+315
* mac80211: reorder a few fields in sta_infoJohannes Berg2008-03-061-2/+2
* mac80211: fix kernel-doc comment for mesh_plink_deactivateJohannes Berg2008-03-061-1/+1
* mac80211: clean up mesh RX path a bit moreJohannes Berg2008-03-062-11/+14
* mac80211: export mesh_plink_brokenJohannes Berg2008-03-061-0/+1
* mac80211: clarify mesh KconfigJohannes Berg2008-03-061-2/+3
* mac80211: add missing "break" statement in mesh codeJohannes Berg2008-03-061-0/+1
* mac80211: enable mesh in KconfigJohannes Berg2008-03-062-0/+21
* mac80211: mesh hwmp locking fixesJohannes Berg2008-03-061-1/+4
* mac80211: clean up mesh codeJohannes Berg2008-03-0614-272/+269Star
* mac80211: complete the mesh (interface handling) codeLuis Carlos Cobo2008-03-061-1/+27
* mac80211: mesh path and mesh peer configurationLuis Carlos Cobo2008-03-061-10/+259
* mac80211: mesh statistics and config through debugfsLuis Carlos Cobo2008-03-061-0/+197
* mac80211: code for on-demand Hybrid Wireless Mesh ProtocolLuis Carlos Cobo2008-03-061-0/+862
* mac80211: mesh path table implementationLuis Carlos Cobo2008-03-061-0/+522
* mac80211: mesh peer link implementationLuis Carlos Cobo2008-03-061-0/+755
* mac80211: mesh changes to the MLMELuis Carlos Cobo2008-03-061-59/+263
* mac80211: mesh data structures and first mesh changesLuis Carlos Cobo2008-03-0610-50/+394
* mac80211: support for mesh interfaces in mac80211 data pathLuis Carlos Cobo2008-03-062-33/+246
* mac80211: support functions for meshLuis Carlos Cobo2008-03-061-0/+383
* mac80211: mesh function and data structures definitionsLuis Carlos Cobo2008-03-061-0/+283
* mac80211: add mesh interface typeJohannes Berg2008-03-064-0/+13
* nl80211/cfg80211: support for mesh, sta dumpingLuis Carlos Cobo2008-03-062-31/+427
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-0684-1008/+1008
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-0621-66/+64Star
* [IPV6]: Remove commented lines.Daniel Lezcano2008-03-051-9/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-0513-36/+39
|\
| * [IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger2008-03-051-2/+2
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-03-051-49/+43Star
| |\
| | * rc80211-pid: fix rate adjustmentStefano Brivio2008-03-051-49/+43Star
| * | [ESP]: Add select on AUTHENCHerbert Xu2008-03-042-2/+2
| * | [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-4/+8
| |/
| * [BLUETOOTH]: l2cap info_timer delete fix in hci_conn_delDave Young2008-03-031-1/+2
| * [NET]: Fix race in generic address resolution.Frank Blaschka2008-03-031-1/+1
| * iucv: fix build error on !SMPHeiko Carstens2008-03-031-2/+0Star
| * [TCP]: Must count fack_count also when skippingIlpo Järvinen2008-03-031-5/+9
| * [SCTP]: Use proc_create to setup de->proc_fops.Pavel Emelyanov2008-02-291-6/+3Star
| * [IRDA]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-293-11/+9Star
| * [TCP]: BIC web page link is corrected.Sangtae Ha2008-02-291-2/+3
* | [NETNS][IPV6] icmp6 - make icmpv6_socket per namespaceBenjamin Thery2008-03-051-5/+8
* | [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano2008-03-051-5/+0Star
* | [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookupDaniel Lezcano2008-03-052-5/+8
* | [NETNS][IPV6] route6 - add netns parameter to ip6_route_outputDaniel Lezcano2008-03-0510-14/+15
* | [NETNS][IPV6] addrconf - make addrconf per namespaceBenjamin Thery2008-03-051-63/+50Star
* | [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr...Daniel Lezcano2008-03-052-21/+51