summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-02-121-0/+13
* Add a reference to sunrpc in svc_addsockTom Tucker2009-02-121-2/+7
* net: fix packet socket delivery in rx irq handlerPatrick McHardy2009-02-062-13/+36
* SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2009-02-021-7/+29
* SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2009-02-021-1/+3
* mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo2009-02-021-1/+3
* tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-241-4/+4
* pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski2009-01-241-1/+2
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2009-01-241-0/+14
* ipv6: Fix fib6_dump_table walker leakHerbert Xu2009-01-241-7/+8
* pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTBJarek Poplawski2009-01-241-0/+1
* System call wrappers part 22Heiko Carstens2009-01-181-15/+16
* System call wrappers part 21Heiko Carstens2009-01-181-13/+13
* System call wrappers part 07Heiko Carstens2009-01-181-1/+1
* SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust2008-12-181-2/+18
* key: fix setkey(8) policy set breakageAlexey Dobriyan2008-12-181-1/+0
* net: eliminate warning from NETIF_F_UFO on bridgeStephen Hemminger2008-12-181-1/+1
* can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-181-1/+4
* can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-182-18/+52
* ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-131-1/+5
* udp: multicast packets need to check namespaceEric Dumazet2008-12-132-9/+11
* af_unix: netns: fix problem of return valueJianjun Kong2008-12-131-1/+1
* net: Fix soft lockups/OOM issues w/ unix garbage collector (CVE-2008-5300)dann frazier2008-12-052-3/+12
* net: fix /proc/net/snmp as memory corruptorEric Dumazet2008-11-201-28/+30
* net: unix: fix inflight counting bug in garbage collectorMiklos Szeredi2008-11-132-19/+61
* net: Fix recursive descent in __scm_destroy().David Miller2008-11-071-3/+21
* pkt_sched: sch_generic: Fix oops in sch_teqlJarek Poplawski2008-11-061-0/+2
* tcpv6: fix option space offsets with md5Ilpo Järvinen2008-11-061-1/+1
* tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen2008-11-061-6/+17
* syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal2008-11-061-5/+5
* netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy2008-10-251-0/+2
* netfilter: snmp nat leaks memory in case of failureIlpo Järvinen2008-10-251-0/+1
* netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan2008-10-251-4/+4
* ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-221-1/+1
* rfkill: update LEDs for all state changesHenrique de Moraes Holschuh2008-10-181-3/+2
* mac80211: fix two issues in debugfsJohannes Berg2008-10-181-2/+12
* tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera2008-10-071-1/+5
* net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
* tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
* net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
* netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski2008-10-061-1/+1
* ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller2008-10-061-0/+3
* Revert "ax25: Fix std timer socket destroy handling."David S. Miller2008-10-061-3/+5
* af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
* XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard2008-10-011-0/+2
* ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev2008-10-011-1/+1
* tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
* sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-302-24/+61
* iucv: Fix mismerge again.Heiko Carstens2008-09-301-1/+2
* ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8