summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-03-162-9/+0
* net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-03-161-1/+1
* bridge: netfilter: fix update_pmtu crash with GREHerbert Xu2009-03-161-0/+13
* net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-02-171-32/+29
* mac80211: fix a buffer overrun in station debug codeJianjun Kong2009-02-171-1/+1
* bluetooth hid: enable quirk handling for Apple Wireless Keyboards in 2.6.27Torsten Rausche2009-02-171-0/+4
* netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-171-1/+1
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-171-2/+2
* tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-02-171-1/+2
* tcp: splice as many packets as possible at onceWilly Tarreau2009-02-171-2/+9
* packet: Avoid lock_sock in mmap handlerHerbert Xu2009-02-171-2/+7
* net: Fix OOPS in skb_seq_read().Shyam Iyer2009-02-171-5/+5
* net: Fix frag_list handling in skb_seq_readHerbert Xu2009-02-171-2/+3
* udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-171-1/+3
* udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-171-1/+2
* net: packet socket packet_lookup_frame fixSebastiano Di Paola2009-02-171-4/+4
* net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne2009-02-171-0/+2
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-171-15/+52
* ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-171-2/+6
* ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-02-171-3/+3
* sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-02-171-3/+4
* sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-02-171-2/+1
* 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