summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds2008-01-241-13/+0
* [INET]: Fix truesize setting in ip_append_dataHerbert Xu2008-01-232-4/+4
* [NETNS]: Re-export init_net via EXPORT_SYMBOL.Denis V. Lunev2008-01-231-1/+1
* [IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller2008-01-231-0/+2
* [BLUETOOTH]: Move children of connection device to NULL before connection down.Dave Young2008-01-232-1/+19
* [ICMP]: ICMP_MIB_OUTMSGS increment duplicatedWang Chen2008-01-211-1/+0
* [IPV6]: RFC 2011 compatibility brokenWang Chen2008-01-211-2/+2
* [IPV6]: ICMP6_MIB_OUTMSGS increment duplicatedWang Chen2008-01-211-2/+0
* [NET]: rtnl_link: fix use-after-freePatrick McHardy2008-01-201-1/+4
* [AF_KEY]: Fix skb leak on pfkey_send_migrate() errorPatrick McHardy2008-01-201-7/+9
* [IrDA]: af_irda memory leak fixesJesper Juhl2008-01-201-3/+27
* [NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms'David S. Miller2008-01-201-2/+2
* [NETFILTER]: bridge-netfilter: fix net_device refcnt leaksPatrick McHardy2008-01-201-0/+27
* [IPV6] ROUTE: Make sending algorithm more friendly with RFC 4861.YOSHIFUJI Hideaki2008-01-201-3/+8
* [IPV4] FIB_HASH : Avoid unecessary loop in fn_hash_dump_zone()Eric Dumazet2008-01-201-11/+9
* [IPV4] fib_trie: fix duplicated route issueJoonwoo Park2008-01-201-0/+3
* [IPV4] fib_hash: fix duplicated route issueJoonwoo Park2008-01-201-0/+3
* [IPV6]: Mischecked tw match in __inet6_check_established.Pavel Emelyanov2008-01-201-1/+1
* rfkill: call rfkill_led_trigger_unregister() on errorEric Paris2008-01-201-1/+4
* [TOKENRING]: rif_timer not initialized properlyEric Dumazet2008-01-131-1/+1
* [NETFILTER]: bridge: fix double POST_ROUTING invocationPatrick McHardy2008-01-111-6/+12
* [NETFILTER]: xt_helper: Do not bypass RCUJan Engelhardt2008-01-101-2/+2
* [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bitYasuyuki Kozakai2008-01-101-1/+1
* [VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski2008-01-101-1/+6
* [DECNET] ROUTE: fix rcu_dereference() uses in /proc/net/decnet_cacheEric Dumazet2008-01-101-3/+3
* [BLUETOOTH]: rfcomm tty BUG_ON() code fixDave Young2008-01-101-9/+13
* [AX25] af_ax25: Possible circular locking.Jarek Poplawski2008-01-101-0/+12
* [AX25]: Kill user triggable printks.maximilian attems2008-01-101-21/+18
* [IPV4] ROUTE: fix rcu_dereference() uses in /proc/net/rt_cacheEric Dumazet2008-01-101-3/+3
* [NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parmsPavel Emelyanov2008-01-101-2/+2
* [ATM]: Check IP header validity in mpc_send_packetHerbert Xu2008-01-091-0/+7
* [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()Brian Haley2008-01-081-3/+3
* [XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet2008-01-081-11/+6
* [LRO] Fix lro_mgr->features checksBrice Goglin2008-01-081-8/+8
* [NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore2008-01-081-5/+6
* [IPV4] ROUTE: ip_rt_dump() is unecessary slowEric Dumazet2008-01-081-4/+4
* [NET]: Stop polling when napi_disable() is pending.David S. Miller2008-01-081-2/+6
* mac80211: return an error when SIWRATE doesn't match any rateAndrew Lutomirski2008-01-081-3/+3
* [IRDA]: irda_create() nuke user triggable printkmaximilian attems2008-01-081-2/+0
* [SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT.Vlad Yasevich2008-01-081-0/+6
* [SCTP]: Correctly handle AUTH parameters in unexpected INITVlad Yasevich2008-01-081-22/+0
* [SCTP]: Fix the name of the authentication event.Vlad Yasevich2008-01-081-1/+1
* [IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland2008-01-081-4/+18
* [IPV4] raw: Strengthen check on validity of iph->ihlHerbert Xu2008-01-081-1/+3
* [INET]: Fix netdev renaming and inet address labelsMark McLoughlin2008-01-041-1/+1
* [XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATEEric Dumazet2008-01-041-0/+2
* [X25]: Add missing x25_neigh_putJulia Lawall2008-01-041-2/+3
* NFS: add newline to kernel warning message in auth_gss codeJames Morris2008-01-031-1/+1
* [BLUETOOTH]: put_device before device_del fixDave Young2007-12-292-9/+2
* [TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh2007-12-291-8/+11