| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-03-14 | 3 | -15/+64 |
|\ |
|
| * | sunrpc: Propagate errors from xs_bind() through xs_create_sock() | Ben Hutchings | 2011-03-10 | 1 | -1/+2 |
| * | SUNRPC: Remove resource leak in svc_rdma_send_error() | Jesper Juhl | 2011-03-10 | 1 | -0/+1 |
| * | SUNRPC: Close a race in __rpc_wait_for_completion_task() | Trond Myklebust | 2011-03-10 | 1 | -14/+61 |
* | | ip6ip6: autoload ip6 tunnel | stephen hemminger | 2011-03-10 | 1 | -0/+1 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2011-03-10 | 6 | -27/+80 |
|\ \ |
|
| * | | net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules | Vasiliy Kulikov | 2011-03-10 | 4 | -5/+13 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-03-05 | 2 | -22/+67 |
| |\ |
|
| | * | libceph: fix msgr standby handling | Sage Weil | 2011-03-04 | 1 | -8/+22 |
| | * | libceph: fix msgr keepalive flag | Sage Weil | 2011-03-04 | 1 | -5/+4 |
| | * | libceph: fix msgr backoff | Sage Weil | 2011-03-04 | 1 | -2/+28 |
| | * | libceph: retry after authorization failure | Sage Weil | 2011-03-03 | 1 | -2/+0 |
| | * | libceph: fix handling of short returns from get_user_pages | Sage Weil | 2011-03-03 | 1 | -5/+13 |
* | | | net: bridge builtin vs. ipv6 modular | Randy Dunlap | 2011-03-10 | 1 | -0/+1 |
* | | | ipv6: Don't create clones of host routes. | David S. Miller | 2011-03-10 | 1 | -1/+3 |
* | | | pktgen: fix errata in show results | Daniel Turull | 2011-03-09 | 1 | -1/+1 |
* | | | ipv4: Fix erroneous uses of ifa_address. | David S. Miller | 2011-03-09 | 1 | -3/+3 |
* | | | rds: prevent BUG_ON triggering on congestion map updates | Neil Horman | 2011-03-08 | 2 | -4/+12 |
* | | | net: fix multithreaded signal handling in unix recv routines | Rainer Weikusat | 2011-03-08 | 1 | -4/+13 |
* | | | net: Enter net/ipv6/ even if CONFIG_IPV6=n | Thomas Graf | 2011-03-07 | 1 | -3/+1 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-03-04 | 1 | -3/+17 |
|\ \ |
|
| * | | DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076] | David Howells | 2011-03-03 | 1 | -3/+17 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-04 | 8 | -19/+36 |
|\ \ \
| |/ /
|/| | |
|
| * | | AF_RXRPC: Handle receiving ACKALL packets | David Howells | 2011-03-03 | 1 | -0/+1 |
| * | | net: dcbnl: check correct ops in dcbnl_ieee_set() | John Fastabend | 2011-03-03 | 1 | -1/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-03-02 | 2 | -2/+6 |
| |\ \ |
|
| | * | | netfilter: nf_log: avoid oops in (un)bind with invalid nfproto values | Jan Engelhardt | 2011-03-02 | 1 | -0/+4 |
| | * | | ipvs: fix dst_lock locking on dest update | Julian Anastasov | 2011-03-01 | 1 | -2/+2 |
| * | | | dccp: fix oops on Reset after close | Gerrit Renker | 2011-03-02 | 1 | -4/+3 |
| * | | | netlink: handle errors from netlink_dump() | Andrey Vagin | 2011-02-28 | 1 | -4/+14 |
| * | | | net: handle addr_type of 0 properly | Hagen Paul Pfeifer | 2011-02-25 | 1 | -1/+1 |
| * | | | sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flush | Lucian Adrian Grijincu | 2011-02-25 | 1 | -7/+10 |
* | | | | RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroy | Anton Blanchard | 2011-02-25 | 1 | -4/+4 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-02-24 | 14 | -41/+79 |
|\| | |
| |_|/
|/| | |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2011-02-22 | 3 | -2/+10 |
| |\ \ |
|
| | * | | fix cfg80211_wext_siwfreq lock ordering... | Daniel J Blueman | 2011-02-21 | 1 | -2/+2 |
| | * | | mac80211: fix conn_mon_timer running after disassociate | Stanislaw Gruszka | 2011-02-18 | 1 | -0/+6 |
| | * | | Bluetooth: Release BTM while sleeping to avoid deadlock | Vladislav P | 2011-02-16 | 1 | -0/+2 |
| * | | | bridge: Use IPv6 link-local address for multicast listener queries | Linus Lüssing | 2011-02-22 | 1 | -1/+2 |
| * | | | bridge: Fix MLD queries' ethernet source address | Linus Lüssing | 2011-02-22 | 1 | -1/+1 |
| * | | | bridge: Allow mcast snooping for transient link local addresses too | Linus Lüssing | 2011-02-22 | 1 | -5/+4 |
| * | | | bridge: Add missing ntohs()s for MLDv2 report parsing | Linus Lüssing | 2011-02-22 | 1 | -2/+3 |
| * | | | bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report | Linus Lüssing | 2011-02-22 | 1 | -1/+1 |
| * | | | bridge: Fix IPv6 multicast snooping by storing correct protocol type | Linus Lüssing | 2011-02-22 | 1 | -1/+1 |
| * | | | tcp: undo_retrans counter fixes | Yuchung Cheng | 2011-02-21 | 2 | -3/+4 |
| * | | | net: Fix more stale on-stack list_head objects. | Eric W. Biederman | 2011-02-20 | 2 | -0/+2 |
| * | | | sctp: fix reporting of unknown parameters | Jiri Bohac | 2011-02-20 | 1 | -5/+5 |
| * | | | tcp: fix inet_twsk_deschedule() | Eric Dumazet | 2011-02-20 | 1 | -0/+2 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-02-20 | 4 | -20/+44 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | netfilter: ip6t_LOG: fix a flaw in printing the MAC | Joerg Marx | 2011-02-17 | 1 | -1/+1 |