summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-0323-84/+124
|\
| * [INET]: Fix inet_diag dead-lock regressionHerbert Xu2007-12-031-21/+46
| * [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2007-11-302-10/+10
| * [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy2007-11-301-3/+1Star
| * [DECNET]: dn_nl_deladdr() almost always returns no errorPavel Emelyanov2007-11-301-1/+3
| * [IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov2007-11-301-1/+10
| * [RXRPC]: Add missing select on CRYPTODavid Howells2007-11-301-0/+1
| * Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu2007-11-305-15/+17
| |\
| | * mac80211: rate limit wep decrypt failed messagesAdel Gadllah2007-11-301-1/+2
| | * rfkill: fix double-mutex-lockingMichael Buesch2007-11-301-9/+5Star
| | * mac80211: drop unencrypted frames if encryption is expectedJohannes Berg2007-11-301-1/+1
| | * mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu2007-11-301-3/+2Star
| | * ieee80211: fix unaligned access in ieee80211_copy_snapDaniel Drake2007-11-301-1/+2
| | * mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi2007-11-301-0/+5
| * | SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich2007-11-292-3/+5
| * | SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich2007-11-291-1/+1
| * | SCTP: Fix the supported extensions paramterVlad Yasevich2007-11-291-15/+8Star
| * | SCTP: Fix SCTP-AUTH to correctly add HMACS paramter.Vlad Yasevich2007-11-291-1/+1
| * | SCTP: Fix the number of HB transmissions.Vlad Yasevich2007-11-291-1/+1
| * | [TCP] illinois: Incorrect beta usageStephen Hemminger2007-11-291-1/+1
| * | [IPSEC]: Fix uninitialised dst warning in __xfrm_lookupHerbert Xu2007-11-291-0/+1
| * | [INET]: Fix inet_diag register vs rcv racePavel Emelyanov2007-11-291-9/+5Star
| * | [BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov2007-11-292-5/+6
| * | [BRIDGE]: Lost call to br_fdb_fini() in br_init() error pathPavel Emelyanov2007-11-291-1/+3
| * | [UNIX]: EOF on non-blocking SOCK_SEQPACKETFlorian Zumbiehl2007-11-291-1/+8
| * | [VLAN]: Fix nested VLAN transmit bugJoonwoo Park2007-11-291-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-11-2730-122/+84Star
|\| |
| * | [XFRM]: Fix leak of expired xfrm_statesPatrick McHardy2007-11-271-1/+1
| * | [IPV4]: Remove bogus ifdef mess in arp_processAdrian Bunk2007-11-261-19/+0Star
| * | [SKBUFF]: Free old skb properly in skb_morphHerbert Xu2007-11-261-13/+18
| * | [IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu2007-11-262-4/+0Star
| * | [TCP] MTUprobe: Cleanup send queue check (no need to loop)Ilpo Järvinen2007-11-231-6/+1Star
| * | [TCP]: MTUprobe: receiver window & data available checks fixedIlpo Järvinen2007-11-231-9/+8Star
| * | [SUNRPC]: Remove SPIN_LOCK_UNLOCKEDJiri Slaby2007-11-221-1/+1
| * | [SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-221-2/+2
| * | [PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin2007-11-221-1/+1
| * | [IRDA]: Compilation for CONFIG_INET=n casePavel Emelyanov2007-11-221-1/+1
| * | [IPVS]: Fix compiler warning about unused register_ip_vs_protocolPavel Emelyanov2007-11-211-1/+1
| * | [ARP]: Fix arp reply when sender ip 0Jonas Danielsson2007-11-211-1/+2
| * | [IPV6] TCPMD5: Fix deleting key operation.YOSHIFUJI Hideaki2007-11-211-4/+2Star
| * | [IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().YOSHIFUJI Hideaki2007-11-211-1/+4
| * | [IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.YOSHIFUJI Hideaki2007-11-211-4/+4
| * | [IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.YOSHIFUJI Hideaki2007-11-211-2/+1Star
| * | Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2007-11-214-6/+29
| |\ \
| | * | ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain2007-11-202-3/+3
| | * | mac80211: add missing space in error messageBruno Randolf2007-11-201-1/+1
| | * | mac80211: fix allmulti/promisc behaviourJohannes Berg2007-11-201-0/+23
| | * | mac80211: fix ieee80211_set_multicast_listJohannes Berg2007-11-201-2/+2
| | |/
| * | [NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov2007-11-201-4/+1Star
| * | [WIRELESS] WEXT: Fix userspace corruption on 64-bit.David S. Miller2007-11-201-1/+1