summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds-13/+0
2008-01-23[INET]: Fix truesize setting in ip_append_dataHerbert Xu-4/+4
2008-01-23[NETNS]: Re-export init_net via EXPORT_SYMBOL.Denis V. Lunev-1/+1
2008-01-23[IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller-0/+2
2008-01-23[BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young-1/+19
2008-01-21[ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen-1/+0
2008-01-21[IPV6]: RFC 2011 compatibility brokenWang Chen-2/+2
2008-01-21[IPV6]: ICMP6_MIB_OUTMSGS increment duplicatedWang Chen-2/+0
2008-01-20[NET]: rtnl_link: fix use-after-freePatrick McHardy-1/+4
2008-01-20[AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy-7/+9
2008-01-20[IrDA]: af_irda memory leak fixesJesper Juhl-3/+27
2008-01-20[NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms'David S. Miller-2/+2
2008-01-20[NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy-0/+27
2008-01-20[IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861.YOSHIFUJI Hideaki-3/+8
2008-01-20[IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet-11/+9
2008-01-20[IPV4] fib_trie: fix duplicated route issueJoonwoo Park-0/+3
2008-01-20[IPV4] fib_hash: fix duplicated route issueJoonwoo Park-0/+3
2008-01-20[IPV6]: Mischecked tw match in __inet6_check_established.Pavel Emelyanov-1/+1
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorEric Paris-1/+4
2008-01-13[TOKENRING]: rif_timer not initialized properlyEric Dumazet-1/+1
2008-01-11[NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy-6/+12
2008-01-10[NETFILTER]: xt_helper: Do not bypass RCUJan Engelhardt-2/+2
2008-01-10[NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bitYasuyuki Kozakai-1/+1
2008-01-10[VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski-1/+6
2008-01-10[DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cacheEric Dumazet-3/+3
2008-01-10[BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young-9/+13
2008-01-10[AX25] af_ax25: Possible circular locking.Jarek Poplawski-0/+12
2008-01-10[AX25]: Kill user triggable printks.maximilian attems-21/+18
2008-01-10[IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet-3/+3
2008-01-10[NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parmsPavel Emelyanov-2/+2
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu-0/+7
2008-01-08[IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()Brian Haley-3/+3
2008-01-08[XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet-11/+6
2008-01-08[LRO] Fix lro_mgr->features checksBrice Goglin-8/+8
2008-01-08[NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore-5/+6
2008-01-08[IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet-4/+4
2008-01-08[NET]: Stop polling when napi_disable() is pending.David S. Miller-2/+6
2008-01-08mac80211: return an error when SIWRATE doesn't match any rateAndrew Lutomirski-3/+3
2008-01-08[IRDA]: irda_create() nuke user triggable printkmaximilian attems-2/+0
2008-01-08[SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT.Vlad Yasevich-0/+6
2008-01-08[SCTP]: Correctly handle AUTH parameters in unexpected INITVlad Yasevich-22/+0
2008-01-08[SCTP]: Fix the name of the authentication event.Vlad Yasevich-1/+1
2008-01-08[IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland-4/+18
2008-01-08[IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu-1/+3
2008-01-04[INET]: Fix netdev renaming and inet address labelsMark McLoughlin-1/+1
2008-01-04[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet-0/+2
2008-01-04[X25]: Add missing x25_neigh_putJulia Lawall-2/+3
2008-01-03NFS: add newline to kernel warning message in auth_gss codeJames Morris-1/+1
2007-12-29[BLUETOOTH]: put_device before device_del fixDave Young-9/+2
2007-12-29[TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh-8/+11