summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: fix socket write error handlingSage Weil2011-01-251-11/+12
| * | | libceph: fix socket read error handlingSage Weil2011-01-251-20/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1813-29/+59
|\ \ \ \
| * | | | net: deinit automatic LIST_HEADEric Dumazet2011-02-181-0/+2
| * | | | net: dont leave active on stack LIST_HEADLinus Torvalds2011-02-181-2/+5
| * | | | net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2011-02-182-0/+2
| * | | | arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell2011-02-141-10/+20
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-142-0/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | mac80211: add missing locking in ieee80211_reconfigEliad Peller2011-02-091-0/+2
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-091-0/+1
| | |\ \ \
| | | * | | Bluetooth: Set conn state to BT_DISCONN to avoid multiple responsesBao Liang2011-02-021-0/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-141-1/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
| * | | | | Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl2011-02-131-0/+3
| * | | | | net: dcb: application priority is per net_deviceJohn Fastabend2011-02-131-1/+5
| * | | | | bridge: Replace mp->mglist hlist with a boolHerbert Xu2011-02-123-12/+9
| * | | | | bridge: Fix timer typo that may render snooping less effectiveHerbert Xu2011-02-111-2/+2
| * | | | | bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu2011-02-111-1/+2
OpenPOWER on IntegriCloud