summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | mac80211: fix minstrel single-rate memory corruptionBob Copeland2009-06-101-1/+1
* | | | | | | | | | | | sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+1
* | | | | | | | | | | | sctp: protocol.c call rcu_barrier() on unload.Jesper Dangaard Brouer2009-06-101-0/+2
* | | | | | | | | | | | can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+2
* | | | | | | | | | | | nfnetlink_queue: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-1/+3
* | | | | | | | | | | | 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer2009-06-101-1/+1
* | | | | | | | | | | | netfilter: Fix extra semi-colon in skb_walk_frags() changes.David S. Miller2009-06-091-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | net: add NL802154 interface for configuration of 802.15.4 devicesSergey Lapin2009-06-093-1/+577
* | | | | | | | | | | net: add IEEE 802.15.4 socket family implementationSergey Lapin2009-06-098-0/+1074
* | | | | | | | | | | Add constants for the ieee 802.15.4 stackSergey Lapin2009-06-092-2/+7
* | | | | | | | | | | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski2009-06-091-3/+5
* | | | | | | | | | | net: dev_addr_init() fixEric Dumazet2009-06-091-2/+2
* | | | | | | | | | | xfrm: Use frag list abstraction interfaces.David S. Miller2009-06-091-22/+19
* | | | | | | | | | | sctp: Use frag list abstraction interfaces.David S. Miller2009-06-093-9/+8
* | | | | | | | | | | phonet: Use frag list abstraction interfaces.David S. Miller2009-06-092-4/+4
* | | | | | | | | | | netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-092-4/+5
* | | | | | | | | | | ipv6: Use frag list abstraction interfaces.David S. Miller2009-06-092-5/+5
* | | | | | | | | | | ipv4: Use frag list abstraction interfaces.David S. Miller2009-06-092-5/+5
* | | | | | | | | | | net/core/user_dma.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-24/+22
* | | | | | | | | | | net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-124/+106
* | | | | | | | | | | net/core/dev.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* | | | | | | | | | | datagram: Use frag list abstraction interfaces.David S. Miller2009-06-091-95/+83
* | | | | | | | | | | appletalk: Use frag list abstraction interfaces.David S. Miller2009-06-091-17/+14
* | | | | | | | | | | isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt2009-06-081-1/+1
* | | | | | | | | | | net pkgen.c:fix no need for checkFigo.zhang2009-06-081-4/+2
* | | | | | | | | | | net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala2009-06-081-2/+2
* | | | | | | | | | | net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala2009-06-081-1/+2
* | | | | | | | | | | net: skb_shared_info optimizationEric Dumazet2009-06-081-6/+6
* | | | | | | | | | | net: num_dma_maps is not usedEric Dumazet2009-06-081-1/+0
* | | | | | | | | | | net: Ensure partial checksum offset is inside the skb headHerbert Xu2009-06-081-3/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-0727-1500/+1961
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | wimax: depend on rfkill properlyJohannes Berg2009-06-041-0/+1
| * | | | | | | | | | cfg80211: fix Kconfig for users of cfg80211Johannes Berg2009-06-031-1/+4
| * | | | | | | | | | rfkill: always init poll delayed workJohannes Berg2009-06-031-7/+6
| * | | | | | | | | | mac80211: removed unused variable in ieee80211_tx()Luis R. Rodriguez2009-06-031-2/+0
| * | | | | | | | | | mac80211: extend sta kdoc - explain when they are addedLuis R. Rodriguez2009-06-031-0/+9
| * | | | | | | | | | cfg80211: make ieee80211_get_mesh_hdrlen() staticLuis R. Rodriguez2009-06-031-1/+1
| * | | | | | | | | | cfg80211: add rfkill supportJohannes Berg2009-06-038-23/+128
| * | | | | | | | | | rfkill: add function to query stateJohannes Berg2009-06-031-0/+13
| * | | | | | | | | | cfg80211: move txpower wext from mac80211Johannes Berg2009-06-033-78/+136
| * | | | | | | | | | rfkill: create useful userspace interfaceJohannes Berg2009-06-032-7/+327
| * | | | | | | | | | rfkill: rewriteJohannes Berg2009-06-039-1374/+1282
| * | | | | | | | | | nl80211: use GFP_ATOMIC for michael mic failure messageBob Copeland2009-06-031-2/+2
| * | | | | | | | | | cfg80211: fix for duplicate userspace repliesLuis R. Rodriguez2009-06-031-1/+7
| * | | | | | | | | | net: introduce pre-up netdev notifierJohannes Berg2009-06-031-1/+6
| * | | | | | | | | | mac80211: handle -EALREADY on cfg80211 op assoc reqLuis R. Rodriguez2009-06-031-1/+1
| * | | | | | | | | | cfg80211: disallow interfering with stations on non-AP (part 2)Johannes Berg2009-06-031-0/+6
| * | | | | | | | | | mac80211: fix transposed min/max CW valuesJohannes Berg2009-06-031-4/+4
| * | | | | | | | | | cfg80211: use key size constantsJohannes Berg2009-06-031-6/+5
| * | | | | | | | | | nl80211: bounce scan request back to userspaceJohannes Berg2009-06-032-6/+40