summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-0317-73/+108
|\
| * 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
| | * | | 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
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-211-31/+31
| |\ \ \ \
| | * | | | libceph: fix socket write error handlingSage Weil2011-01-251-11/+12
| | * | | | libceph: fix socket read error handlingSage Weil2011-01-251-20/+19
* | | | | | netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy2011-03-031-6/+0
* | | | | | ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller2011-03-031-6/+1
* | | | | | ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller2011-03-031-2/+2
* | | | | | net_sched: reduce fifo qdisc sizeEric Dumazet2011-03-032-30/+22
* | | | | | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-033-30/+35
* | | | | | ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller2011-03-031-0/+1
* | | | | | dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2011-03-021-4/+81
* | | | | | dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2011-03-021-0/+69
* | | | | | ipv4: ip_route_output_key() is better as an inline.David S. Miller2011-03-021-6/+0
* | | | | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-0227-179/+214
* | | | | | xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-0213-83/+103
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-0219-145/+126
|\ \ \ \ \ \
| * | | | | | netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
| * | | | | | ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-254-63/+13
| * | | | | | ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
| * | | | | | ipvs: use hlist instead of listChangli Gao2011-02-221-23/+29
| * | | | | | ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-1610-14/+41
| * | | | | | ipvs: remove extra lookups for ICMP packetsJulian Anastasov2011-02-161-25/+3
| * | | | | | ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-161-2/+2
| * | | | | | netfilter: nfnetlink_log: remove unused parameterFlorian Westphal2011-02-151-2/+1
| * | | | | | netfilter: xt_conntrack: warn about use in raw tableJan Engelhardt2011-02-141-0/+5
| * | | | | | Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger2011-02-141-10/+3
OpenPOWER on IntegriCloud