aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: update locking commentDaniel Baluta2011-03-141-1/+1
* bridge: skip forwarding delay if not using STPstephen hemminger2011-03-141-2/+2
* 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
| * | | bridge: Add missing ntohs()s for MLDv2 report parsingLinus Lüssing2011-02-221-2/+3
| * | | bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 reportLinus Lüssing2011-02-221-1/+1
| * | | bridge: Fix IPv6 multicast snooping by storing correct protocol typeLinus Lüssing2011-02-221-1/+1
| * | | tcp: undo_retrans counter fixesYuchung Cheng2011-02-212-3/+4
| * | | net: Fix more stale on-stack list_head objects.Eric W. Biederman2011-02-202-0/+2
| * | | sctp: fix reporting of unknown parametersJiri Bohac2011-02-191-5/+5
| * | | tcp: fix inet_twsk_deschedule()Eric Dumazet2011-02-191-0/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-194-20/+44
| |\ \ \ | | | |/ | | |/|
| | * | netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx2011-02-171-1/+1
| | * | netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-173-19/+43
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-31/+31
|\ \ \ \ | |/ / / |/| | |