| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 | 3 | -5/+16 |
|\ |
|
| * | net: annotate struct sock bitfield | Vegard Nossum | 2009-06-15 | 1 | -0/+2 |
| * | net: annotate inet_timewait_sock bitfields | Vegard Nossum | 2009-06-15 | 1 | -1/+4 |
| * | net: annotate bitfields in struct inet_sock | Vegard Nossum | 2009-06-15 | 1 | -4/+10 |
* | | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US | Jarek Poplawski | 2009-06-15 | 1 | -4/+4 |
* | | netfilter: conntrack: optional reliable conntrack event delivery | Pablo Neira Ayuso | 2009-06-13 | 3 | -17/+48 |
* | | netfilter: conntrack: move helper destruction to nf_ct_helper_destroy() | Pablo Neira Ayuso | 2009-06-13 | 1 | -0/+2 |
* | | netfilter: conntrack: move event caching to conntrack extension infrastructure | Pablo Neira Ayuso | 2009-06-13 | 3 | -64/+73 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Patrick McHardy | 2009-06-11 | 21 | -71/+529 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2009-06-11 | 3 | -27/+52 |
| |\ \ |
|
| | * | | Bluetooth: Add native RFKILL soft-switch support for all devices | Marcel Holtmann | 2009-06-08 | 1 | -0/+2 |
| | * | | Bluetooth: Remove pointless endian conversion helpers | Marcel Holtmann | 2009-06-08 | 1 | -6/+0 |
| | * | | Bluetooth: Add basic constants for L2CAP ERTM support and use them | Marcel Holtmann | 2009-06-08 | 1 | -21/+42 |
| | * | | Bluetooth: Use macro for L2CAP hint mask on receiving config request | Gustavo F. Padovan | 2009-06-08 | 1 | -0/+2 |
| | * | | Bluetooth: Use macros for L2CAP channel identifiers | Gustavo F. Padovan | 2009-06-08 | 1 | -0/+6 |
| * | | | net: No more expensive sock_hold()/sock_put() on each tx | Eric Dumazet | 2009-06-11 | 1 | -1/+5 |
| * | | | mac80211: do not pass PS frames out of mac80211 again | Johannes Berg | 2009-06-10 | 1 | -0/+3 |
| * | | | net: add NL802154 interface for configuration of 802.15.4 devices | Sergey Lapin | 2009-06-09 | 1 | -0/+41 |
| * | | | net: add IEEE 802.15.4 socket family implementation | Sergey Lapin | 2009-06-09 | 3 | -0/+335 |
| * | | | pkt_sched: Change PSCHED_SHIFT from 10 to 6 | Jarek Poplawski | 2009-06-09 | 1 | -2/+2 |
| * | | | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion | Jarek Poplawski | 2009-06-09 | 1 | -2/+3 |
| * | | | bluetooth: Kill skb_frags_no(), unused. | David S. Miller | 2009-06-09 | 1 | -9/+0 |
| |/ / |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-06-07 | 3 | -17/+68 |
| |\ \ |
|
| | * | | cfg80211: add rfkill support | Johannes Berg | 2009-06-03 | 2 | -7/+42 |
| | * | | cfg80211: move txpower wext from mac80211 | Johannes Berg | 2009-06-03 | 1 | -0/+30 |
| | * | | rfkill: rewrite | Johannes Berg | 2009-06-03 | 1 | -6/+2 |
| | * | | mac80211: deprecate conf.beacon_int properly | Johannes Berg | 2009-06-03 | 1 | -12/+2 |
| * | | | sctp: support non-blocking version of the new sctp_connectx() API | Vlad Yasevich | 2009-06-03 | 1 | -0/+2 |
| * | | | sctp: fix to choose alternate destination when retransmit ASCONF chunk | Wei Yongjun | 2009-06-03 | 1 | -4/+2 |
| |/ / |
|
| * | | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 5 | -8/+14 |
| * | | net: skb->rtable accessor | Eric Dumazet | 2009-06-03 | 1 | -1/+1 |
| * | | ipv4: New multicast-all socket option | Nivedita Singhvi | 2009-06-02 | 1 | -1/+2 |
* | | | netfilter: nf_conntrack: use per-conntrack locks for protocol data | Patrick McHardy | 2009-06-10 | 2 | -2/+4 |
* | | | netfilter: nf_ct_icmp: keep the ICMP ct entries longer | Jan Kasprzak | 2009-06-08 | 3 | -21/+0 |
* | | | netfilter: conntrack: replace notify chain by function pointer | Pablo Neira Ayuso | 2009-06-03 | 1 | -20/+48 |
* | | | netfilter: conntrack: simplify event caching system | Pablo Neira Ayuso | 2009-06-02 | 1 | -30/+6 |
* | | | netfilter: conntrack: remove events flags from userspace exposed file | Pablo Neira Ayuso | 2009-06-02 | 1 | -0/+69 |
* | | | netfilter: conntrack: don't report events on module removal | Pablo Neira Ayuso | 2009-06-02 | 1 | -1/+1 |
* | | | netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definition | Pablo Neira Ayuso | 2009-06-02 | 1 | -0/+2 |
* | | | netfilter: conntrack: add support for DCCP handshake sequence to ctnetlink | Pablo Neira Ayuso | 2009-05-27 | 1 | -0/+9 |
|/ / |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-05-25 | 2 | -41/+66 |
|\ \ |
|
| * | | wireless: move some utility functions from mac80211 to cfg80211 | Zhu Yi | 2009-05-22 | 2 | -28/+47 |
| * | | mac80211: fix kernel-doc | Johannes Berg | 2009-05-20 | 1 | -1/+0 |
| * | | cfg80211: allow wext to remove keys that don't exist | Johannes Berg | 2009-05-20 | 1 | -2/+3 |
| * | | cfg80211: mark wiphy->privid as pointer to const | David Kilroy | 2009-05-20 | 1 | -1/+1 |
| * | | cfg80211: mark ops as pointer to const | David Kilroy | 2009-05-20 | 1 | -1/+1 |
| * | | wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ | Luis R. Rodriguez | 2009-05-20 | 1 | -5/+5 |
| * | | cfg80211: Process regulatory max bandwidth checks for HT40 | Luis R. Rodriguez | 2009-05-20 | 1 | -4/+10 |
* | | | genetlink: Introduce genl_register_family_with_ops() | Michał Mirosław | 2009-05-22 | 1 | -0/+2 |
* | | | net: Remove unused parameter from fill method in fib_rules_ops. | Rami Rosen | 2009-05-21 | 1 | -1/+0 |
|/ / |
|