Age | Commit message (Expand) | Author | Files | Lines |
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 | netfilter: passive OS fingerprint xtables match | Evgeniy Polyakov | 3 | -0/+442 |
2009-06-08 | netfilter: nf_ct_icmp: keep the ICMP ct entries longer | Jan Kasprzak | 2 | -24/+8 |
2009-06-08 | Bluetooth: Add native RFKILL soft-switch support for all devices | Marcel Holtmann | 1 | -1/+40 |
2009-06-08 | Bluetooth: Remove pointless endian conversion helpers | Marcel Holtmann | 2 | -15/+16 |
2009-06-08 | Bluetooth: Add basic constants for L2CAP ERTM support and use them | Marcel Holtmann | 1 | -3/+3 |
2009-06-08 | Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl | Gustavo F. Padovan | 1 | -27/+43 |
2009-06-08 | Bluetooth: Remove unnecessary variable initialization | Marcel Holtmann | 1 | -1/+1 |
2009-06-08 | Bluetooth: Use macro for L2CAP hint mask on receiving config request | Gustavo F. Padovan | 1 | -1/+1 |
2009-06-08 | Bluetooth: Use macros for L2CAP channel identifiers | Gustavo F. Padovan | 1 | -9/+9 |
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-05 | netfilter: ipt_MASQUERADE: remove redundant rwlock | Florian Westphal | 1 | -11/+1 |
2009-06-05 | netfilter: xt_NFQUEUE: queue balancing support | Florian Westphal | 1 | -0/+93 |
2009-06-05 | netfilter: xt_NFQUEUE: use NFPROTO_UNSPEC | Florian Westphal | 1 | -15/+1 |
2009-06-04 | wimax: depend on rfkill properly | Johannes Berg | 1 | -0/+1 |
2009-06-04 | netfilter: x_tables: added hook number into match extension parameter structure. | Evgeniy Polyakov | 3 | -3/+3 |
2009-06-04 | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/... | David S. Miller | 7 | -56/+96 |
2009-06-04 | 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 |
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 | sctp: support non-blocking version of the new sctp_connectx() API | Vlad Yasevich | 2 | -1/+45 |
2009-06-03 | sctp: fix to choose alternate destination when retransmit ASCONF chunk | Wei Yongjun | 2 | -38/+12 |
2009-06-03 | sctp: fix sack_timeout sysctl min and max types | Jean-Mickael Guerin | 1 | -3/+3 |