Age | Commit message (Expand) | Author | Files | Lines |
2009-06-10 | sunrpc/auth_gss: Call rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -0/+1 |
2009-06-10 | sctp: protocol.c call rcu_barrier() on unload. | Jesper Dangaard Brouer | 1 | -0/+2 |
2009-06-10 | can: af_can.c use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -0/+2 |
2009-06-10 | nfnetlink_queue: Use rcu_barrier() on module unload. | Jesper Dangaard Brouer | 1 | -1/+3 |
2009-06-10 | 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n... | Jesper Dangaard Brouer | 1 | -1/+1 |
2009-06-09 | netfilter: Fix extra semi-colon in skb_walk_frags() changes. | David S. Miller | 1 | -1/+1 |
2009-06-09 | net: add NL802154 interface for configuration of 802.15.4 devices | Sergey Lapin | 3 | -1/+577 |
2009-06-09 | net: add IEEE 802.15.4 socket family implementation | Sergey Lapin | 8 | -0/+1074 |
2009-06-09 | Add constants for the ieee 802.15.4 stack | Sergey Lapin | 2 | -2/+7 |
2009-06-09 | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion | Jarek Poplawski | 1 | -3/+5 |
2009-06-09 | net: dev_addr_init() fix | Eric Dumazet | 1 | -2/+2 |
2009-06-09 | xfrm: Use frag list abstraction interfaces. | David S. Miller | 1 | -22/+19 |
2009-06-09 | sctp: Use frag list abstraction interfaces. | David S. Miller | 3 | -9/+8 |
2009-06-09 | phonet: Use frag list abstraction interfaces. | David S. Miller | 2 | -4/+4 |
2009-06-09 | netfilter: Use frag list abstraction interfaces. | David S. Miller | 2 | -4/+5 |
2009-06-09 | ipv6: Use frag list abstraction interfaces. | David S. Miller | 2 | -5/+5 |
2009-06-09 | ipv4: Use frag list abstraction interfaces. | David S. Miller | 2 | -5/+5 |
2009-06-09 | net/core/user_dma.c: Use frag list abstraction interfaces. | David S. Miller | 1 | -24/+22 |
2009-06-09 | net/core/skbuff.c: Use frag list abstraction interfaces. | David S. Miller | 1 | -124/+106 |
2009-06-09 | net/core/dev.c: Use frag list abstraction interfaces. | David S. Miller | 1 | -2/+2 |
2009-06-09 | datagram: Use frag list abstraction interfaces. | David S. Miller | 1 | -95/+83 |
2009-06-09 | appletalk: Use frag list abstraction interfaces. | David S. Miller | 1 | -17/+14 |
2009-06-08 | isdn: rename capi_ctr_reseted() to capi_ctr_down() | Tilman Schmidt | 1 | -1/+1 |
2009-06-08 | net pkgen.c:fix no need for check | Figo.zhang | 1 | -4/+2 |
2009-06-08 | net: Fix memcpy_toiovecend() to use the right offset | Sridhar Samudrala | 1 | -2/+2 |
2009-06-08 | net: Fix skb_copy_datagram_from_iovec() to pass the right offset | Sridhar Samudrala | 1 | -1/+2 |
2009-06-08 | net: skb_shared_info optimization | Eric Dumazet | 1 | -6/+6 |
2009-06-08 | net: num_dma_maps is not used | Eric Dumazet | 1 | -1/+0 |
2009-06-08 | net: Ensure partial checksum offset is inside the skb head | Herbert Xu | 1 | -3/+3 |
2009-06-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 27 | -1500/+1961 |
2009-06-04 | wimax: depend on rfkill properly | Johannes Berg | 1 | -0/+1 |
2009-06-03 | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 7 | -56/+96 |
2009-06-03 | ipv4: remove ip_mc_drop_socket() declaration from af_inet.c. | Rami Rosen | 1 | -1/+0 |
2009-06-03 | cfg80211: fix Kconfig for users of cfg80211 | Johannes Berg | 1 | -1/+4 |
2009-06-03 | rfkill: always init poll delayed work | Johannes Berg | 1 | -7/+6 |
2009-06-03 | mac80211: removed unused variable in ieee80211_tx() | Luis R. Rodriguez | 1 | -2/+0 |
2009-06-03 | mac80211: extend sta kdoc - explain when they are added | Luis R. Rodriguez | 1 | -0/+9 |
2009-06-03 | cfg80211: make ieee80211_get_mesh_hdrlen() static | Luis R. Rodriguez | 1 | -1/+1 |
2009-06-03 | cfg80211: add rfkill support | Johannes Berg | 8 | -23/+128 |
2009-06-03 | rfkill: add function to query state | Johannes Berg | 1 | -0/+13 |
2009-06-03 | cfg80211: move txpower wext from mac80211 | Johannes Berg | 3 | -78/+136 |
2009-06-03 | rfkill: create useful userspace interface | Johannes Berg | 2 | -7/+327 |
2009-06-03 | rfkill: rewrite | Johannes Berg | 9 | -1374/+1282 |
2009-06-03 | nl80211: use GFP_ATOMIC for michael mic failure message | Bob Copeland | 1 | -2/+2 |
2009-06-03 | cfg80211: fix for duplicate userspace replies | Luis R. Rodriguez | 1 | -1/+7 |
2009-06-03 | net: introduce pre-up netdev notifier | Johannes Berg | 1 | -1/+6 |
2009-06-03 | mac80211: handle -EALREADY on cfg80211 op assoc req | Luis R. Rodriguez | 1 | -1/+1 |
2009-06-03 | cfg80211: disallow interfering with stations on non-AP (part 2) | Johannes Berg | 1 | -0/+6 |
2009-06-03 | mac80211: fix transposed min/max CW values | Johannes Berg | 1 | -4/+4 |
2009-06-03 | cfg80211: use key size constants | Johannes Berg | 1 | -6/+5 |