summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-165-74/+18
|\
| * Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2163-263/+547
| |\
| * | rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-013-34/+4
| * | net/9p: replace p9_poll_task with a workTejun Heo2011-02-011-24/+8
| * | net/9p: use system_wq instead of p9_mux_wqTejun Heo2011-02-011-15/+5
| * | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-251-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-153-3/+3
|\ \ \
| * | | Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro2011-03-152-2/+2
| * | | kill path_lookup()Al Viro2011-03-141-1/+1
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-03-143-15/+64
|\ \ \ \
| * | | | sunrpc: Propagate errors from xs_bind() through xs_create_sock()Ben Hutchings2011-03-101-1/+2
| * | | | SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-101-0/+1
| * | | | SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-14/+61
* | | | | ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-101-0/+1
* | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2011-03-106-27/+80
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-104-5/+13
| |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-03-052-22/+67
| |\ \ \
| | * | | libceph: fix msgr standby handlingSage Weil2011-03-041-8/+22
| | * | | libceph: fix msgr keepalive flagSage Weil2011-03-041-5/+4
| | * | | libceph: fix msgr backoffSage Weil2011-03-041-2/+28
| | * | | libceph: retry after authorization failureSage Weil2011-03-031-2/+0
| | * | | libceph: fix handling of short returns from get_user_pagesSage Weil2011-03-031-5/+13
* | | | | net: bridge builtin vs. ipv6 modularRandy Dunlap2011-03-101-0/+1
* | | | | ipv6: Don't create clones of host routes.David S. Miller2011-03-091-1/+3
* | | | | pktgen: fix errata in show resultsDaniel Turull2011-03-091-1/+1
* | | | | ipv4: Fix erroneous uses of ifa_address.David S. Miller2011-03-091-3/+3
* | | | | rds: prevent BUG_ON triggering on congestion map updatesNeil Horman2011-03-082-4/+12
* | | | | net: fix multithreaded signal handling in unix recv routinesRainer Weikusat2011-03-071-4/+13
* | | | | net: Enter net/ipv6/ even if CONFIG_IPV6=nThomas Graf2011-03-071-3/+1
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-031-3/+17
|\ \ \ \
| * | | | DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells2011-03-041-3/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-038-19/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | AF_RXRPC: Handle receiving ACKALL packetsDavid Howells2011-03-021-0/+1
| * | | | net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend2011-03-021-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-022-2/+6
| |\ \ \ \
| | * | | | netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-021-0/+4
| | * | | | ipvs: fix dst_lock locking on dest updateJulian Anastasov2011-03-021-2/+2
| * | | | | dccp: fix oops on Reset after closeGerrit Renker2011-03-011-4/+3
| * | | | | netlink: handle errors from netlink_dump()Andrey Vagin2011-02-281-4/+14
| * | | | | net: handle addr_type of 0 properlyHagen Paul Pfeifer2011-02-251-1/+1
| * | | | | sysctl: ipv6: use correct net in ipv6_sysctl_rtcache_flushLucian Adrian Grijincu2011-02-251-7/+10
* | | | | | RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard2011-02-251-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-2314-41/+79
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-223-2/+10
| |\ \ \ \
| | * | | | fix cfg80211_wext_siwfreq lock ordering...Daniel J Blueman2011-02-211-2/+2
| | * | | | mac80211: fix conn_mon_timer running after disassociateStanislaw Gruszka2011-02-181-0/+6
| | * | | | Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P2011-02-161-0/+2
| * | | | | bridge: Use IPv6 link-local address for multicast listener queriesLinus Lüssing2011-02-221-1/+2
| * | | | | bridge: Fix MLD queries' ethernet source addressLinus Lüssing2011-02-221-1/+1
| * | | | | bridge: Allow mcast snooping for transient link local addresses tooLinus Lüssing2011-02-221-5/+4
OpenPOWER on IntegriCloud