| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-01-13 | 11 | -36/+53 |
|\ |
|
| * | af_packet: Don't use skb after dev_queue_xmit() | Jarek Poplawski | 2010-01-12 | 1 | -5/+14 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-01-08 | 5 | -25/+31 |
| |\ |
|
| | * | netfilter: ebtables: enforce CAP_NET_ADMIN | Florian Westphal | 2010-01-08 | 1 | -0/+6 |
| | * | netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() | Patrick McHardy | 2010-01-07 | 1 | -9/+9 |
| | * | ipvs: Add boundary check on ioctl arguments | Arjan van de Ven | 2010-01-04 | 1 | -1/+13 |
| | * | ipvs: ip_vs_wrr.c: use lib/gcd.c | Florian Fainelli | 2009-12-22 | 2 | -15/+3 |
| * | | tcp: update the netstamp_needed counter when cloning sockets | Octavian Purdila | 2010-01-08 | 1 | -0/+4 |
| * | | ip: fix mc_loop checks for tunnels with multicast outer addresses | Octavian Purdila | 2010-01-07 | 2 | -3/+2 |
| * | | net/sctp/socket.c: squish warning | Andrew Morton | 2010-01-04 | 1 | -2/+1 |
| * | | rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVC | Bernard Pidoux F6BVP | 2010-01-04 | 1 | -1/+1 |
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-01-08 | 3 | -3/+20 |
|\ \ \ |
|
| * | | | sunrpc: fix build-time warning | Randy Dunlap | 2010-01-06 | 1 | -1/+1 |
| * | | | sunrpc: on successful gss error pipe write, don't return error | Jeff Layton | 2009-12-18 | 1 | -1/+16 |
| * | | | SUNRPC: Fix the return value in gss_import_sec_context() | Trond Myklebust | 2009-12-18 | 1 | -1/+1 |
| * | | | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos() | Trond Myklebust | 2009-12-18 | 1 | -1/+3 |
* | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-01-07 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | sunrpc: fix peername failed on closed listener | Xiaotian Feng | 2010-01-06 | 1 | -1/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-12-30 | 12 | -11/+84 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-12-30 | 5 | -5/+41 |
| |\ \ \ \ |
|
| | * | | | | mac80211: fix propagation of failed hardware reconfigurations | Luis R. Rodriguez | 2009-12-28 | 1 | -0/+12 |
| | * | | | | mac80211: fix race with suspend and dynamic_ps_disable_work | Luis R. Rodriguez | 2009-12-28 | 1 | -0/+4 |
| | * | | | | cfg80211: fix error path in cfg80211_wext_siwscan | Johannes Berg | 2009-12-28 | 1 | -4/+9 |
| | * | | | | cfg80211: fix race between deauth and assoc response | Johannes Berg | 2009-12-28 | 1 | -1/+12 |
| | * | | | | mac80211: fix ibss join with fixed-bssid | Felix Fietkau | 2009-12-28 | 1 | -0/+4 |
| * | | | | | NET: XFRM: Fix spelling of neighbour. | Ralf Baechle | 2009-12-27 | 1 | -1/+1 |
| * | | | | | net: restore ip source validation | Jamal Hadi Salim | 2009-12-26 | 2 | -0/+3 |
| * | | | | | pktgen: ndo_start_xmit can return NET_XMIT_xxx values | John Fastabend | 2009-12-24 | 1 | -2/+7 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-12-21 | 3 | -3/+32 |
| |\| | | | |
|
| | * | | | | mac80211: fix WMM AP settings application | Johannes Berg | 2009-12-21 | 1 | -0/+8 |
| | * | | | | mac80211: fix peer HT capabilities | Johannes Berg | 2009-12-21 | 1 | -3/+22 |
| | * | | | | mac80211: Add define for TX headroom reserved by mac80211 itself. | Gertjan van Wingerde | 2009-12-14 | 1 | -0/+2 |
* | | | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 | 1 | -2/+2 |
* | | | | | | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 | 1 | -1/+1 |
* | | | | | | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 | 1 | -3/+3 |
* | | | | | | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 | 1 | -11/+9 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-12-21 | 4 | -4/+7 |
|\| | | | |
| |_|_|/ /
|/| | | | |
|
| * | | | | ipv6: fix an oops when force unload ipv6 module | Yang Hongyang | 2009-12-19 | 1 | -1/+2 |
| * | | | | netns: fix net.ipv6.route.gc_min_interval_ms in netns | Alexey Dobriyan | 2009-12-19 | 1 | -0/+1 |
| * | | | | Bluetooth: Fix L2CAP locking scheme regression | Andrei Emeltchenko | 2009-12-17 | 1 | -0/+1 |
| * | | | | Bluetooth: Ack L2CAP I-frames before retransmit missing packet | Gustavo F. Padovan | 2009-12-17 | 1 | -1/+1 |
| * | | | | Bluetooth: Fix unset of RemoteBusy flag for L2CAP | Gustavo F. Padovan | 2009-12-17 | 1 | -1/+1 |
| * | | | | Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid() | Roel Kluin | 2009-12-17 | 1 | -1/+1 |
* | | | | | fs: no games with DCACHE_UNHASHED | Nick Piggin | 2009-12-17 | 1 | -19/+0 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v... | Linus Torvalds | 2009-12-16 | 2 | -138/+82 |
|\ \ \ \ \ |
|
| * | | | | | switch alloc_file() to passing struct path | Al Viro | 2009-12-16 | 1 | -8/+9 |
| * | | | | | switch sock_alloc_file() to alloc_file() | Al Viro | 2009-12-16 | 1 | -11/+11 |
| * | | | | | 9p connect fixes | Al Viro | 2009-12-16 | 1 | -66/+46 |
| * | | | | | merge sock_alloc_fd/sock_attach_fd into a new helper | Al Viro | 2009-12-16 | 1 | -57/+23 |
| * | | | | | reorder alloc_fd/attach_fd in socketpair() | Al Viro | 2009-12-16 | 1 | -17/+14 |