summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-02-06net: fix packet socket delivery in rx irq handlerPatrick McHardy
2009-02-02SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust
2009-02-02SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust
2009-02-02mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo
2009-01-24tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek
2009-01-24pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski
2009-01-24sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun
2009-01-24ipv6: Fix fib6_dump_table walker leakHerbert Xu
2009-01-24pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTBJarek Poplawski
2009-01-18System call wrappers part 22Heiko Carstens
2009-01-18System call wrappers part 21Heiko Carstens
2009-01-18System call wrappers part 07Heiko Carstens
2008-12-18SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust
2008-12-18key: fix setkey(8) policy set breakageAlexey Dobriyan
2008-12-18net: eliminate warning from NETIF_F_UFO on bridgeStephen Hemminger
2008-12-18can: omit received RTR frames for single ID filter listsOliver Hartkopp
2008-12-18can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp
2008-12-13ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams
2008-12-13udp: multicast packets need to check namespaceEric Dumazet
2008-12-13af_unix: netns: fix problem of return valueJianjun Kong
2008-12-05net: Fix soft lockups/OOM issues w/ unix garbage collector (CVE-2008-5300)dann frazier
2008-11-20net: fix /proc/net/snmp as memory corruptorEric Dumazet
2008-11-13net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi
2008-11-07net: Fix recursive descent in __scm_destroy().David Miller
2008-11-06pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski
2008-11-06tcpv6: fix option space offsets with md5Ilpo Järvinen
2008-11-06tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen
2008-11-06syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal
2008-10-25netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy
2008-10-25netfilter: snmp nat leaks memory in case of failureIlpo Järvinen
2008-10-25netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan
2008-10-22ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg
2008-10-18rfkill: update LEDs for all state changesHenrique de Moraes Holschuh
2008-10-18mac80211: fix two issues in debugfsJohannes Berg
2008-10-07tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera
2008-10-07net: Fix netdev_run_todo dead-lockHerbert Xu
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi
2008-10-07net: only invoke dev->change_rx_flags when device is UPPatrick McHardy
2008-10-06netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski
2008-10-06ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller
2008-10-06Revert "ax25: Fix std timer socket destroy handling."David S. Miller
2008-10-01af_key: Free dumping state on socket closeTimo Teras
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev
2008-10-01tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun
2008-09-30iucv: Fix mismerge again.Heiko Carstens
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu
2008-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai