Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-06-03 | nl80211: bounce scan request back to userspace | Johannes Berg | 2 | -6/+40 |
2009-06-03 | cfg80211: validate AID of stations being added | Johannes Berg | 2 | -6/+11 |
2009-06-03 | mac80211: deprecate conf.beacon_int properly | Johannes Berg | 1 | -10/+2 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 69 | -344/+354 |
2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 20 | -70/+82 |
2009-06-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -26/+66 |
2009-06-02 | net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa... | Minoru Usui | 1 | -6/+17 |
2009-06-02 | ipv4: New multicast-all socket option | Nivedita Singhvi | 3 | -1/+13 |
2009-06-02 | net: ipv4/ip_sockglue.c cleanups | Eric Dumazet | 1 | -37/+36 |
2009-06-02 | IPv6: Print error value when skb allocation fails | Brian Haley | 1 | -4/+4 |
2009-06-02 | Phonet: fix accounting race between gprs_writeable() and gprs_xmit() | Rémi Denis-Courmont | 1 | -2/+3 |
2009-06-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 1 | -6/+0 |
2009-06-01 | IPv6: Add 'autoconf' and 'disable_ipv6' module parameters | Brian Haley | 2 | -10/+95 |
2009-05-29 | net: convert unicast addr list | Jiri Pirko | 5 | -71/+152 |
2009-05-29 | tcp: fix loop in ofo handling code and reduce its complexity | Ilpo Järvinen | 1 | -17/+11 |
2009-05-29 | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() | Eric Dumazet | 1 | -0/+1 |
2009-05-29 | atm: unset IFF_XMIT_DST_RELEASE in clip_setup() | Eric Dumazet | 1 | -0/+1 |
2009-05-29 | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() | Eric Dumazet | 1 | -0/+1 |
2009-05-29 | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 6 | -4/+107 |
2009-05-28 | llc: Kill outdated and incorrect comment. | David S. Miller | 1 | -4/+0 |
2009-05-28 | irda: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 1 | -16/+2 |
2009-05-28 | tcp: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2 | -45/+90 |
2009-05-28 | wimax: Add netlink interface to get device state | Paulius Zaleckas | 5 | -1/+93 |
2009-05-28 | wimax: document why wimax_msg_*() operations can be used in any state | Inaky Perez-Gonzalez | 1 | -3/+14 |
2009-05-28 | econet: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 1 | -14/+4 |
2009-05-28 | decnet: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2 | -20/+7 |
2009-05-28 | atm: Use SKB queue and list helpers instead of doing it by-hand. | David S. Miller | 2 | -36/+17 |
2009-05-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 4 | -1/+29 |
2009-05-27 | net: net/core/sock.c cleanup | Eric Dumazet | 1 | -59/+44 |
2009-05-27 | net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() | Eric Dumazet | 2 | -11/+6 |
2009-05-27 | bridge: avoid an extra space in br_fdb_update() | Jiri Pirko | 1 | -1/+1 |
2009-05-27 | netfilter: nfnetlink_log: fix wrong skbuff size calculation | Pablo Neira Ayuso | 1 | -0/+6 |
2009-05-27 | netfilter: xt_hashlimit does a wrong SEQ_SKIP | Jesper Dangaard Brouer | 1 | -1/+1 |