| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | vlan: updates vlan real_num_tx_queues | Vasu Dev | 2010-03-24 | 1 | -0/+2 |
| * | | | | vlan: adds vlan_dev_select_queue | Vasu Dev | 2010-03-24 | 1 | -3/+68 |
| * | | | | cgroups: net_cls as module | Ben Blum | 2010-03-23 | 2 | -10/+31 |
| * | | | | netpoll: warn when there are spaces in parameters | Amerigo Wang | 2010-03-22 | 1 | -2/+5 |
| | |_|/
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-03-22 | 19 | -90/+221 |
| |\ \ \ |
|
| | * | | | ip_gre: include route header_len in max_headroom calculation | Timo Teräs | 2010-03-21 | 1 | -1/+3 |
| | * | | | ipv4: Don't drop redirected route cache entry unless PTMU actually expired | Guenter Roeck | 2010-03-21 | 1 | -1/+2 |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 2010-03-21 | 5 | -50/+118 |
| | |\ \ \ |
|
| | | * | | | Bluetooth: Fix kernel crash on L2CAP stress tests | Andrei Emeltchenko | 2010-03-21 | 1 | -0/+5 |
| | | * | | | Bluetooth: Convert debug files to actually use debugfs instead of sysfs | Marcel Holtmann | 2010-03-21 | 5 | -87/+113 |
| | | * | | | Bluetooth: Fix potential bad memory access with sysfs files | Marcel Holtmann | 2010-03-21 | 4 | -4/+41 |
| | * | | | | net: suppress lockdep-RCU false positive in FIB trie. | Paul E. McKenney | 2010-03-21 | 1 | -1/+3 |
| | |/ / / |
|
| * | | | | rxrpc: Check allocation failure. | Tetsuo Handa | 2010-03-22 | 1 | -0/+6 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-03-18 | 1 | -6/+2 |
| |\ \ \ |
|
| | * | | | rpc client can not deal with ENOSOCK, so translate it into ENOCONN | Bian Naimeng | 2010-03-08 | 1 | -6/+2 |
* | | | | | socket: remove duplicate declaration of struct timespec | Hagen Paul Pfeifer | 2010-04-06 | 1 | -3/+2 |
* | | | | | TIPC: Updated topology subscription protocol according to latest spec | Jon Paul Maloy | 2010-04-06 | 2 | -6/+11 |
* | | | | | mac80211: Ensure initializing private mc_list in prepare_multicast(). | YOSHIFUJI Hideaki / 吉藤英明 | 2010-04-06 | 1 | -0/+3 |
* | | | | | net: Add a missing local_irq_enable() | Eric Dumazet | 2010-04-05 | 1 | -0/+1 |
* | | | | | rps: fixed missed rps_unlock | Tom Herbert | 2010-04-05 | 1 | -1/+1 |
* | | | | | l2tp: unmanaged L2TPv3 tunnels fixes | Eric Dumazet | 2010-04-04 | 2 | -2/+2 |
* | | | | | SCTP: Change to use ipv6_addr_copy() | Brian Haley | 2010-04-03 | 1 | -4/+4 |
* | | | | | icmp: Account for ICMP out errors | Eric Dumazet | 2010-04-03 | 3 | -2/+6 |
* | | | | | l2tp: Fix L2TP_DEBUGFS ifdef tests. | David S. Miller | 2010-04-03 | 3 | -5/+5 |
* | | | | | l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c | David S. Miller | 2010-04-03 | 1 | -1/+1 |
* | | | | | l2tp: Add support for static unmanaged L2TPv3 tunnels | James Chapman | 2010-04-03 | 3 | -14/+126 |
* | | | | | l2tp: Add debugfs files for dumping l2tp debug info | James Chapman | 2010-04-03 | 6 | -2/+392 |
* | | | | | l2tp: Add L2TP ethernet pseudowire support | James Chapman | 2010-04-03 | 3 | -0/+372 |
* | | | | | l2tp: Convert rwlock to RCU | James Chapman | 2010-04-03 | 1 | -36/+42 |
* | | | | | l2tp: Add netlink control API for L2TP | James Chapman | 2010-04-03 | 5 | -44/+1044 |
* | | | | | netlink: Export genl_lock() API for use by modules | James Chapman | 2010-04-03 | 1 | -2/+4 |
* | | | | | l2tp: Add L2TPv3 IP encapsulation (no UDP) support | James Chapman | 2010-04-03 | 6 | -62/+812 |
* | | | | | l2tp: Update PPP-over-L2TP driver to work over L2TPv3 | James Chapman | 2010-04-03 | 1 | -46/+74 |
* | | | | | l2tp: Add L2TPv3 protocol support | James Chapman | 2010-04-03 | 4 | -148/+484 |
* | | | | | l2tp: Add ppp device name to L2TP ppp session data | James Chapman | 2010-04-03 | 1 | -0/+4 |
* | | | | | l2tp: Split pppol2tp patch into separate l2tp and ppp parts | James Chapman | 2010-04-03 | 8 | -2682/+3173 |
* | | | | | l2tp: Relocate pppol2tp driver to new net/l2tp directory | James Chapman | 2010-04-03 | 3 | -0/+2686 |
* | | | | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 16 | -429/+319 |
* | | | | | net: move address list functions to a separate file | Jiri Pirko | 2010-04-03 | 7 | -446/+501 |
* | | | | | net: illegal_highdma() fix | Eric Dumazet | 2010-04-02 | 1 | -1/+3 |
* | | | | | net: change illegal_highdma to use dma_mask | FUJITA Tomonori | 2010-04-01 | 1 | -6/+14 |
* | | | | | flow: structurize flow cache | Timo Teräs | 2010-04-01 | 1 | -104/+119 |
* | | | | | xfrm: remove policy lock when accessing policy->walk.dead | Timo Teräs | 2010-04-01 | 2 | -27/+10 |
* | | | | | xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handler | Timo Teräs | 2010-04-01 | 1 | -0/+4 |
* | | | | | xfrm: Remove xfrm_state_genid | Herbert Xu | 2010-04-01 | 1 | -4/+1 |
* | | | | | rps: keep the old behavior on SMP without rps | Changli Gao | 2010-04-01 | 1 | -14/+28 |
* | | | | | gen_estimator: deadlock fix | Eric Dumazet | 2010-04-01 | 1 | -2/+13 |
* | | | | | ipv4: remove redundant verification code | Hagen Paul Pfeifer | 2010-04-01 | 1 | -4/+0 |
* | | | | | net-caif: using kmalloc/kfree requires the include of slab.h | Stephen Rothwell | 2010-04-01 | 1 | -0/+1 |
* | | | | | sctp: eliminate useless code | Hagen Paul Pfeifer | 2010-03-30 | 1 | -1/+0 |