| Commit message (Expand) | Author | Age | Files | Lines |
* | net neigh: RCU conversion of neigh hash table | Eric Dumazet | 2010-10-05 | 1 | -4/+12 |
* | net: add a core netdev->rx_dropped counter | Eric Dumazet | 2010-10-05 | 1 | -0/+3 |
* | ipv6: make __ipv6_isatap_ifid static | stephen hemminger | 2010-10-05 | 1 | -2/+0 |
* | fib: fib_rules_cleanup can be static | stephen hemminger | 2010-10-05 | 1 | -1/+0 |
* | net: relax rtnl_dereference() | David S. Miller | 2010-10-05 | 1 | -4/+6 |
* | net: dynamic ingress_queue allocation | Eric Dumazet | 2010-10-05 | 2 | -1/+9 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-04 | 2 | -1/+3 |
|\ |
|
| * | tcp: Fix >4GB writes on 64-bit. | David S. Miller | 2010-09-27 | 1 | -1/+1 |
| * | tproxy: check for transparent flag in ip_route_newports | Ulrich Weber | 2010-09-27 | 1 | -0/+2 |
* | | net: introduce DST_NOCACHE flag | Eric Dumazet | 2010-10-03 | 1 | -4/+5 |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-10-03 | 1 | -15/+32 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-10-01 | 1 | -15/+32 |
| |\ \ |
|
| | * | | mac80211: move packet flags into packet | Johannes Berg | 2010-09-27 | 1 | -4/+2 |
| | * | | mac80211/ath9k: Support AMPDU with multiple VIFs. | Ben Greear | 2010-09-27 | 1 | -11/+14 |
| | * | | mac80211: clear txflags for ps-filtered frames | Christian Lamparter | 2010-09-24 | 1 | -0/+16 |
* | | | | ipmr: RCU protection for mfc_cache_array | Eric Dumazet | 2010-10-03 | 1 | -0/+1 |
|/ / / |
|
* | | | neigh: reorder fields in struct neighbour | Eric Dumazet | 2010-10-01 | 1 | -3/+3 |
* | | | ipv4: introduce __ip_dev_find() | Eric Dumazet | 2010-09-30 | 1 | -1/+6 |
* | | | tcp: tcp_enter_quickack_mode can be static | stephen hemminger | 2010-09-29 | 1 | -2/+0 |
* | | | arp: remove unnecessary export of arp_broken_ops | stephen hemminger | 2010-09-29 | 1 | -2/+0 |
* | | | net: rename netdev rx_queue to ingress_queue | Eric Dumazet | 2010-09-29 | 1 | -1/+1 |
* | | | dummy: percpu stats and lockless xmit | Eric Dumazet | 2010-09-29 | 1 | -0/+1 |
* | | | ipv4: Allow configuring subnets as local addresses | Tom Herbert | 2010-09-28 | 1 | -0/+1 |
* | | | net: Add netif_copy_real_num_queues() for use by virtual net drivers | Ben Hutchings | 2010-09-27 | 1 | -0/+12 |
* | | | net: Allow changing number of RX queues after device allocation | Ben Hutchings | 2010-09-27 | 1 | -1/+15 |
* | | | tunnels: prepare percpu accounting | Eric Dumazet | 2010-09-27 | 3 | -10/+27 |
* | | | Phonet: Implement Pipe Controller to support Nokia Slim Modems | Kumar Sanghvi | 2010-09-27 | 2 | -0/+26 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 6 | -10/+26 |
|\ \ \
| | |/
| |/| |
|
| * | | ipv6: add a missing unregister_pernet_subsys call | Neil Horman | 2010-09-26 | 1 | -0/+1 |
| * | | net: reset skb queue mapping when rx'ing over tunnel | Tom Herbert | 2010-09-26 | 1 | -0/+1 |
| * | | net: Move "struct net" declaration inside the __KERNEL__ macro guard | Ollie Wild | 2010-09-22 | 1 | -2/+2 |
| * | | xfrm: Allow different selector family in temporary state | Thomas Egerer | 2010-09-20 | 1 | -2/+2 |
| * | | netpoll: Disable IRQ around RCU dereference in netpoll_rx | Herbert Xu | 2010-09-17 | 1 | -4/+4 |
| * | | tcp: Prevent overzealous packetization by SWS logic. | Alexey Kuznetsov | 2010-09-15 | 1 | -2/+16 |
* | | | net: loopback driver cleanup | Eric Dumazet | 2010-09-26 | 1 | -2/+4 |
* | | | net: update SOCK_MIN_RCVBUF | Eric Dumazet | 2010-09-26 | 1 | -1/+5 |
* | | | net: skb_frag_t can be smaller on small arches | Eric Dumazet | 2010-09-26 | 1 | -0/+5 |
* | | | stmmac: review the wake-up support | Giuseppe Cavallaro | 2010-09-24 | 1 | -0/+1 |
* | | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 18 | -52/+51 |
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2010-09-21 | 4 | -28/+50 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-09-21 | 4 | -28/+50 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | wl1271: make ref_clock configurable by board | Ohad Ben-Cohen | 2010-09-21 | 1 | -0/+1 |
| | * | | wl12xx: add platform data passing support | Ohad Ben-Cohen | 2010-09-21 | 1 | -0/+3 |
| | * | | wl12xx: make wl12xx.h common to both spi and sdio | Ohad Ben-Cohen | 2010-09-21 | 1 | -2/+2 |
| | * | | mac80211: add p2p device type support | Johannes Berg | 2010-09-16 | 1 | -1/+26 |
| | * | | cfg80211/nl80211: introduce p2p device types | Johannes Berg | 2010-09-16 | 1 | -0/+4 |
| | * | | include/net/cfg80211.h: wiphy_<level> messages use dev_printk | Joe Perches | 2010-09-16 | 1 | -25/+12 |
| | * | | mac80211: add a note about iterating interfaces during add_interface() | Felix Fietkau | 2010-09-14 | 1 | -0/+2 |
* | | | | ipv6: addrconf.h cleanups | Eric Dumazet | 2010-09-21 | 1 | -20/+43 |
* | | | | net: constify some ppp/pptp structs | Eric Dumazet | 2010-09-21 | 1 | -1/+1 |