aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds1-13/+0
2008-01-23[INET]: Fix truesize setting in ip_append_dataHerbert Xu2-4/+4
2008-01-23[NETNS]: Re-export init_net via EXPORT_SYMBOL.Denis V. Lunev1-1/+1
2008-01-23[IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller1-0/+2
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young2-1/+19
2008-01-21[ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen1-1/+0
2008-01-21[IPV6]: RFC 2011 compatibility brokenWang Chen1-2/+2
2008-01-21[IPV6]: ICMP6_MIB_OUTMSGS increment duplicatedWang Chen1-2/+0
2008-01-20[NET]: rtnl_link: fix use-after-freePatrick McHardy1-1/+4
2008-01-20[AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy1-7/+9
2008-01-20[IrDA]: af_irda memory leak fixesJesper Juhl1-3/+27
2008-01-20[NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms'David S. Miller1-2/+2
2008-01-20[NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy1-0/+27
2008-01-20[IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861.YOSHIFUJI Hideaki1-3/+8
2008-01-20[IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet1-11/+9
2008-01-20[IPV4] fib_trie: fix duplicated route issueJoonwoo Park1-0/+3
2008-01-20[IPV4] fib_hash: fix duplicated route issueJoonwoo Park1-0/+3
2008-01-20[IPV6]: Mischecked tw match in __inet6_check_established.Pavel Emelyanov1-1/+1
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorEric Paris1-1/+4
2008-01-13[TOKENRING]: rif_timer not initialized properlyEric Dumazet1-1/+1
2008-01-11[NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy1-6/+12
2008-01-10[NETFILTER]: xt_helper: Do not bypass RCUJan Engelhardt1-2/+2
2008-01-10[NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bitYasuyuki Kozakai1-1/+1
2008-01-10[VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski1-1/+6
2008-01-10[DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cacheEric Dumazet1-3/+3
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young1-9/+13
2008-01-10[AX25] af_ax25: Possible circular locking.Jarek Poplawski1-0/+12
2008-01-10[AX25]: Kill user triggable printks.maximilian attems1-21/+18
2008-01-10[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet1-3/+3
2008-01-10[NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parmsPavel Emelyanov1-2/+2
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu1-0/+7
2008-01-08[IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()Brian Haley1-3/+3
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet1-11/+6
2008-01-08[LRO] Fix lro_mgr->features checksBrice Goglin1-8/+8
2008-01-08[NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore1-5/+6
2008-01-08[IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet1-4/+4
2008-01-08[NET]: Stop polling when napi_disable() is pending.David S. Miller1-2/+6
2008-01-08mac80211: return an error when SIWRATE doesn't match any rateAndrew Lutomirski1-3/+3
2008-01-08[IRDA]: irda_create() nuke user triggable printkmaximilian attems1-2/+0
2008-01-08[SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT.Vlad Yasevich1-0/+6
2008-01-08[SCTP]: Correctly handle AUTH parameters in unexpected INITVlad Yasevich1-22/+0
2008-01-08[SCTP]: Fix the name of the authentication event.Vlad Yasevich1-1/+1
2008-01-08[IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland1-4/+18
2008-01-08[IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu1-1/+3
2008-01-04[INET]: Fix netdev renaming and inet address labelsMark McLoughlin1-1/+1
2008-01-04[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet1-0/+2
2008-01-04[X25]: Add missing x25_neigh_putJulia Lawall1-2/+3
2008-01-03NFS: add newline to kernel warning message in auth_gss codeJames Morris1-1/+1
2007-12-29[BLUETOOTH]: put_device before device_del fixDave Young2-9/+2
2007-12-29[TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh1-8/+11
2007-12-28[IPV4] Fix ip=dhcp regressionSimon Horman1-0/+1
2007-12-26[IPV4]: Fix ip command line processing.Simon Horman1-6/+4
2007-12-26[NETFILTER]: nf_conntrack_ipv4: fix module parameter compatibilityPatrick McHardy2-2/+6
2007-12-26mac80211: warn when receiving frames with unaligned dataJohannes Berg1-0/+13
2007-12-26mac80211: round station cleanup timerJohannes Berg1-2/+5
2007-12-21[IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socketDenis V. Lunev1-3/+6
2007-12-20[NET]: Fix function put_cmsg() which may cause usr application memory overflowWei Yongjun2-0/+4
2007-12-20[NETFILTER] ipv4: Spelling fixesJoe Perches1-1/+1
2007-12-20[NETFILTER]: Spelling fixesJoe Perches1-2/+2
2007-12-20[SCTP]: Spelling fixesJoe Perches1-4/+4
2007-12-20[NETLABEL]: Spelling fixesJoe Perches1-1/+1
2007-12-20[PKT_SCHED]: Spelling fixesJoe Perches1-1/+1
2007-12-20[NET] net/core/: Spelling fixesJoe Perches1-1/+1
2007-12-20[IPV6]: Spelling fixesJoe Perches1-1/+1
2007-12-20[IRDA]: Spelling fixesJoe Perches5-10/+10
2007-12-20[DCCP]: Spelling fixesJoe Perches2-2/+2
2007-12-20[NET]: Correct two mistaken skb_reset_mac_header() conversions.David S. Miller2-2/+2
2007-12-20[IPV4] ip_gre: set mac_header correctly in receive pathTimo Teras1-1/+1
2007-12-20[XFRM]: Audit function arguments misorderedPaul Moore2-4/+4
2007-12-19[IPSEC]: Avoid undefined shift operation when testing algorithm IDHerbert Xu1-2/+12
2007-12-19[IPV4] ARP: Remove not used codeMark Ryden1-2/+1
2007-12-19NET: mac80211: fix inappropriate memory freeingCyrill Gorcunov1-1/+1
2007-12-19mac80211: fix header opsJohannes Berg1-1/+0
2007-12-19mac80211: Drop out of associated state if link is lostMichael Wu1-6/+2
2007-12-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2007-12-17Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik1-0/+1
2007-12-17ieee80211_rate: missed unlockCyrill Gorcunov1-0/+1
2007-12-17Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-8/+1
2007-12-16[IRDA]: irda parameters warning fixes.Richard Knutsson1-3/+3
2007-12-16[IRDA]: irlmp_unregister_link() needs to free lsaps.Hinko Kocevar1-0/+1
2007-12-16[SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich1-0/+33
2007-12-16[AX25]: Locking dependencies fix in ax25_disconnect().Jarek Poplawski1-0/+2
2007-12-16[IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()Satoru SATOH1-1/+1
2007-12-16[IPV6]: Fix the return value of ipv6_getsockoptWei Yongjun1-7/+5
2007-12-16[BRIDGE]: Assign random address.Stephen Hemminger1-2/+1
2007-12-14[IPV4]: Updates to nfsroot documentationAmos Waterland1-19/+1
2007-12-14[TIPC]: Fix semaphore handling.Andrew Morton1-1/+1
2007-12-14[NETFILTER]: xt_hashlimit should use time_after_eq()Eric Dumazet1-1/+1
2007-12-14[XFRM]: Display the audited SPI value in host byte order.Paul Moore1-4/+6
2007-12-14[NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2-47/+18
2007-12-14[NETFILTER]: ctnetlink: set expected bit for related conntracksPablo Neira Ayuso1-1/+3
2007-12-11SUNRPC xprtrdma: fix XDR tail buf marshalling for all opsJames Lentini1-8/+1
2007-12-11[IPSEC]: Fix potential dst leak in xfrm_lookupHerbert Xu1-3/+6
2007-12-11[VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler.Pavel Emelyanov1-1/+1
2007-12-11[NET]: Fix wrong comments for unregister_net*Wang Chen1-4/+2
2007-12-11[IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf1-0/+6
2007-12-11[IPv4] ESP: Discard dummy packets introduced in rfc4303Thomas Graf1-0/+5
2007-12-11[IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" callPavel Emelyanov1-2/+1
2007-12-11[IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx.YOSHIFUJI Hideaki1-1/+1
2007-12-07[AF_RXRPC]: Add a missing gotoDavid Howells1-0/+1
2007-12-07[VLAN]: Lost rtnl_unlock() in vlan_ioctl()Pavel Emelyanov1-1/+1
2007-12-07[SCTP]: Fix the bind_addr info during migration.Vlad Yasevich2-10/+28
2007-12-07[SCTP]: Add bind hash locking to the migrate codeVlad Yasevich1-0/+6
2007-12-07[IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev1-1/+1
2007-12-07[IPv4]: Reply net unreachable ICMP messageMitsuru Chinen1-0/+3
2007-12-07[IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable networkMitsuru Chinen1-0/+2
2007-12-07[BRIDGE]: Section fix.Andrew Morton1-1/+1
2007-12-05[LRO]: fix lro_gen_skb() alignmentAndrew Gallatin1-1/+2
2007-12-05[TCP]: NAGLE_PUSH seems to be a wrong way aroundIlpo Järvinen1-2/+1
2007-12-05[TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen1-2/+1
2007-12-05[TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen1-9/+5
2007-12-05[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FSPavel Emelyanov1-1/+1
2007-12-05[ROSE]: Trivial compilation CONFIG_INET=n casePavel Emelyanov1-1/+1
2007-12-05[IPVS]: Fix sched registration race when checking for name collision.Pavel Emelyanov1-13/+14
2007-12-05[IPVS]: Don't leak sysctl tables if the scheduler registration fails.Pavel Emelyanov2-2/+12
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds23-84/+124
2007-12-03[INET]: Fix inet_diag dead-lock regressionHerbert Xu1-21/+46
2007-12-01[NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2-10/+10
2007-11-30[NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy1-3/+1
2007-11-30[DECNET]: dn_nl_deladdr() almost always returns no errorPavel Emelyanov1-1/+3
2007-11-30[IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov1-1/+10
2007-11-30[RXRPC]: Add missing select on CRYPTODavid Howells1-0/+1
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu5-15/+17
2007-11-29mac80211: rate limit wep decrypt failed messagesAdel Gadllah1-1/+2
2007-11-29rfkill: fix double-mutex-lockingMichael Buesch1-9/+5
2007-11-29mac80211: drop unencrypted frames if encryption is expectedJohannes Berg1-1/+1
2007-11-29mac80211: Fix behavior of ieee80211_open and ieee80211_closeMichael Wu1-3/+2
2007-11-29ieee80211: fix unaligned access in ieee80211_copy_snapDaniel Drake1-1/+2
2007-11-29mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKEDZhu Yi1-0/+5
2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich2-3/+5
2007-11-29SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich1-1/+1
2007-11-29SCTP: Fix the supported extensions paramterVlad Yasevich1-15/+8
2007-11-29SCTP: Fix SCTP-AUTH to correctly add HMACS paramter.Vlad Yasevich1-1/+1
2007-11-29SCTP: Fix the number of HB transmissions.Vlad Yasevich1-1/+1
2007-11-30[TCP] illinois: Incorrect beta usageStephen Hemminger1-1/+1
2007-11-30[IPSEC]: Fix uninitialised dst warning in __xfrm_lookupHerbert Xu1-0/+1
2007-11-30[INET]: Fix inet_diag register vs rcv racePavel Emelyanov1-9/+5
2007-11-29[BRIDGE]: Properly dereference the br_should_route_hookPavel Emelyanov2-5/+6
2007-11-29[BRIDGE]: Lost call to br_fdb_fini() in br_init() error pathPavel Emelyanov1-1/+3
2007-11-29[UNIX]: EOF on non-blocking SOCK_SEQPACKETFlorian Zumbiehl1-1/+8
2007-11-29[VLAN]: Fix nested VLAN transmit bugJoonwoo Park1-1/+2
2007-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds30-122/+84
2007-11-26Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds6-12/+17
2007-11-27[XFRM]: Fix leak of expired xfrm_statesPatrick McHardy1-1/+1
2007-11-26SUNRPC: Add missing "space" to net/sunrpc/auth_gss.cJoe Perches1-1/+1
2007-11-26SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk1-2/+2
2007-11-26SUNRPC: remove NFS/RDMA client's binary sysctlsJames Lentini1-5/+5
2007-11-26[IPV4]: Remove bogus ifdef mess in arp_processAdrian Bunk1-19/+0
2007-11-26[SKBUFF]: Free old skb properly in skb_morphHerbert Xu1-13/+18
2007-11-26[IPSEC]: Temporarily remove locks around copying of non-atomic fieldsHerbert Xu2-4/+0
2007-11-23[TCP] MTUprobe: Cleanup send queue check (no need to loop)Ilpo Järvinen1-6/+1
2007-11-23[TCP]: MTUprobe: receiver window & data available checks fixedIlpo Järvinen1-9/+8
2007-11-22[SUNRPC]: Remove SPIN_LOCK_UNLOCKEDJiri Slaby1-1/+1
2007-11-22[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk1-2/+2
2007-11-22[PFKEY]: Sending an SADB_GET responds with an SADB_GETCharles Hardin1-1/+1
2007-11-22[IRDA]: Compilation for CONFIG_INET=n casePavel Emelyanov1-1/+1
2007-11-20[IPVS]: Fix compiler warning about unused register_ip_vs_protocolPavel Emelyanov1-1/+1
2007-11-20[ARP]: Fix arp reply when sender ip 0Jonas Danielsson1-1/+2
2007-11-20[IPV6] TCPMD5: Fix deleting key operation.YOSHIFUJI Hideaki1-4/+2
2007-11-20[IPV6] TCPMD5: Check return value of tcp_alloc_md5sig_pool().YOSHIFUJI Hideaki1-1/+4
2007-11-20[IPV4] TCPMD5: Use memmove() instead of memcpy() because we have overlaps.YOSHIFUJI Hideaki1-4/+4
2007-11-20[IPV4] TCPMD5: Omit redundant NULL check for kfree() argument.YOSHIFUJI Hideaki1-2/+1
2007-11-20Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller4-6/+29
2007-11-20ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain2-3/+3
2007-11-20mac80211: add missing space in error messageBruno Randolf1-1/+1
2007-11-20mac80211: fix allmulti/promisc behaviourJohannes Berg1-0/+23
2007-11-20mac80211: fix ieee80211_set_multicast_listJohannes Berg1-2/+2
2007-11-20[NETFILTER]: Fix kernel panic with REDIRECT target.Evgeniy Polyakov1-4/+1
2007-11-20[WIRELESS] WEXT: Fix userspace corruption on 64-bit.David S. Miller1-1/+1
2007-11-20[S390] Explicitly code allocpercpu calls in iucvChristoph Lameter1-46/+61
2007-11-19[IRDA]: Add missing "space"Joe Perches1-1/+1
2007-11-19[SUNRPC]: Add missing "space"Joe Perches1-1/+1
2007-11-19[SCTP]: Add missing "space"Joe Perches1-1/+1
2007-11-19[IPV6]: Add missing "space"Joe Perches1-1/+1
2007-11-19[BRIDGE]: Add missing "space"Joe Perches1-1/+1
2007-11-19[IPV4]: Add missing "space"Joe Perches2-2/+2
2007-11-19[DCCP]: Add missing "space"Joe Perches1-1/+1
2007-11-19[TCP]: Problem bug with sysctl_tcp_congestion_control functionSam Jansen1-1/+1
2007-11-19[TCP] MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen1-1/+0
2007-11-19[PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov1-2/+0
2007-11-19[IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBEREDSimon Horman3-22/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategy in schedulersSimon Horman2-2/+0
2007-11-19[IPVS]: Fix sysctl warnings about missing strategyChristian Borntraeger1-4/+0
2007-11-18[NET]: Corrects a bug in ip_rt_acct_read()Eric Dumazet1-6/+2
2007-11-17sunrpc: rpc_pipe_poll may miss available data in some casesJ. Bruce Fields1-1/+1
2007-11-17sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman2-2/+7
2007-11-17sunrpc: gss_pipe_downcall(), don't assume all errors are transientKevin Coffman1-1/+1
2007-11-15[NETFILTER]: Fix NULL pointer dereference in nf_nat_move_storage()Evgeniy Polyakov1-1/+1
2007-11-15[NETFILTER]: fix compat_nf_sockopt typoPatrick McHardy1-3/+3
2007-11-15[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov1-0/+35
2007-11-14Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...David S. Miller2-1/+9
2007-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds4-5/+21
2007-11-14sunrpc/xprtrdma/transport.c: fix use-after-freeAdrian Bunk1-1/+1
2007-11-14mac80211: Fix queuing of scan containing a SSIDHelmut Schaa2-1/+9
2007-11-14[NET]: rt_check_expire() can take a long time, add a cond_resched()Eric Dumazet1-0/+3
2007-11-14[TCP] FRTO: Clear frto_highmark only after process_frto that uses itIlpo Järvinen1-2/+2
2007-11-14[NET]: Remove notifier block from chain when register_netdevice_notifier failsPavel Emelyanov1-0/+2
2007-11-14[TCP]: Make sure write_queue_from does not begin with NULL ptrIlpo Järvinen1-0/+5
2007-11-13[TCP] FRTO: Plug potential LOST-bit leakIlpo Järvinen1-1/+3
2007-11-13[TCP] FRTO: Limit snd_cwnd if TCP was application limitedIlpo Järvinen1-0/+3