| Commit message (Expand) | Author | Age | Files | Lines |
* | timewait_sock: Create and use getpeer op. | David S. Miller | 2010-12-01 | 2 | -0/+9 |
* | inetpeer: Fix incorrect comment about inetpeer struct size. | David S. Miller | 2010-12-01 | 1 | -1/+0 |
* | inetpeer: Kill use of inet_peer_address_t typedef. | David S. Miller | 2010-12-01 | 1 | -6/+6 |
* | net sched: use xps information for qdisc NUMA affinity | Eric Dumazet | 2010-12-01 | 1 | -1/+19 |
* | inet: Turn ->remember_stamp into ->get_peer in connection AF ops. | David S. Miller | 2010-11-30 | 2 | -2/+2 |
* | ipv6: Add infrastructure to bind inet_peer objects to routes. | David S. Miller | 2010-11-30 | 2 | -0/+5 |
* | inetpeer: Add inet_getpeer_v6() | David S. Miller | 2010-11-30 | 1 | -0/+10 |
* | inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer. | David S. Miller | 2010-11-30 | 1 | -1/+10 |
* | inetpeer: Introduce inet_peer_address_t. | David S. Miller | 2010-11-30 | 1 | -1/+9 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-11-29 | 6 | -2/+137 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-11-24 | 6 | -2/+137 |
| |\ |
|
| | * | cfg80211: allow using CQM event to notify packet loss | Johannes Berg | 2010-11-24 | 2 | -0/+15 |
| | * | cfg80211: Add documentation for antenna ops | Bruno Randolf | 2010-11-24 | 1 | -0/+7 |
| | * | cfg80211/mac80211: improve ad-hoc multicast rate handling | Felix Fietkau | 2010-11-24 | 2 | -4/+4 |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-11-24 | 3 | -1/+3 |
| | |\ |
|
| | | * | ssb: b43-pci-bridge: Add new vendor for BCM4318 | Daniel Klaffenbach | 2010-11-22 | 1 | -0/+1 |
| | * | | Revert "nl80211/mac80211: Report signal average" | John W. Linville | 2010-11-24 | 2 | -6/+0 |
| | * | | cfg80211: Fix regulatory bug with multiple cards and delays | Luis R. Rodriguez | 2010-11-22 | 1 | -0/+7 |
| | * | | nl80211/mac80211: Report signal average | Bruno Randolf | 2010-11-18 | 2 | -0/+6 |
| | * | | lib: Add generic exponentially weighted moving average (EWMA) function | Bruno Randolf | 2010-11-18 | 1 | -0/+32 |
| | * | | mac80211: defines for AC numbers | Johannes Berg | 2010-11-17 | 1 | -0/+14 |
| | * | | mac80211: add support for setting the ad-hoc multicast rate | Felix Fietkau | 2010-11-16 | 1 | -2/+4 |
| | * | | cfg80211: add support for setting the ad-hoc multicast rate | Felix Fietkau | 2010-11-16 | 2 | -0/+6 |
| | * | | mac80211: Add function to get probe request template for current AP | Juuso Oikarinen | 2010-11-16 | 1 | -0/+15 |
| | * | | mac80211: Add antenna configuration | Bruno Randolf | 2010-11-16 | 1 | -0/+2 |
| | * | | cfg80211: Add nl80211 antenna configuration | Bruno Randolf | 2010-11-16 | 2 | -0/+28 |
| | * | | mac80211: support hardware TX fragmentation offload | Arik Nemtsov | 2010-11-16 | 1 | -0/+6 |
* | | | | xps: add __rcu annotations | Eric Dumazet | 2010-11-29 | 1 | -2/+2 |
* | | | | sctp: kill unused macros in head file | Shan Wei | 2010-11-29 | 2 | -5/+0 |
* | | | | xps: Add CONFIG_XPS | Tom Herbert | 2010-11-28 | 1 | -24/+28 |
* | | | | xfrm: fix gre key endianess | Timo Teräs | 2010-11-28 | 1 | -2/+2 |
* | | | | X25 remove bkl in subscription ioctls | andrew hendry | 2010-11-28 | 1 | -0/+2 |
* | | | | net: add netif_tx_queue_frozen_or_stopped | Eric Dumazet | 2010-11-28 | 1 | -2/+4 |
* | | | | sctp: kill unused macro definition | Shan Wei | 2010-11-28 | 1 | -14/+0 |
* | | | | rtnl: make link af-specific updates atomic | Thomas Graf | 2010-11-27 | 1 | -4/+8 |
* | | | | xps: Transmit Packet Steering | Tom Herbert | 2010-11-24 | 1 | -0/+30 |
* | | | | xps: Improvements in TX queue selection | Tom Herbert | 2010-11-24 | 1 | -1/+2 |
* | | | | scm: lower SCM_MAX_FD | Eric Dumazet | 2010-11-24 | 1 | -2/+3 |
* | | | | ipv6: mcast: RCU conversion | Eric Dumazet | 2010-11-24 | 2 | -2/+3 |
* | | | | stmmac: add init/exit callback in plat_stmmacenet_data struct | Giuseppe CAVALLARO | 2010-11-24 | 1 | -3/+3 |
|/ / / |
|
* | | | macvlan: Introduce 'passthru' mode to takeover the underlying device | Sridhar Samudrala | 2010-11-22 | 1 | -0/+1 |
* | | | netns: let net_generic take pointer-to-const args | Jan Engelhardt | 2010-11-21 | 1 | -1/+1 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-11-19 | 3 | -3/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-11-18 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | cfg80211: fix WIPHY_FLAG_IBSS_RSN bit | Jussi Kivilinna | 2010-11-15 | 1 | -1/+1 |
| | * | | b43legacy: Fix compile on ARM architecture | Arnd Hannemann | 2010-11-15 | 1 | -0/+1 |
| * | | | net: Fix duplicate volatile warning. | Tetsuo Handa | 2010-11-18 | 1 | -1/+1 |
| * | | | net: rtnetlink.h -- only include linux/netdevice.h when used by the kernel | Andy Whitcroft | 2010-11-15 | 1 | -1/+1 |
* | | | | filter: optimize sk_run_filter | Eric Dumazet | 2010-11-19 | 1 | -1/+1 |
* | | | | net: move definitions of BPF_S_* to net/core/filter.c | Changli Gao | 2010-11-18 | 1 | -48/+0 |