summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-03-16net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-03-16net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo
2009-02-17net: Fix data corruption when splicing from sockets.Jarek Poplawski
2009-02-17netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran
2009-02-17netfilter: fix tuple inversion for Node information requestEric Leblond
2009-02-17tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis
2009-02-17tcp: splice as many packets as possible at onceWilly Tarreau
2009-02-17net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne
2009-02-17ipv6: Copy cork options in ip6_append_dataHerbert Xu
2009-02-17ipv6: Disallow rediculious flowlabel option sizes.David S. Miller
2009-02-17udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet
2009-02-17udp: Fix UDP short packet false positiveJesper Dangaard Brouer
2009-02-17packet: Avoid lock_sock in mmap handlerHerbert Xu
2009-02-17net: packet socket packet_lookup_frame fixSebastiano Di Paola
2009-02-17ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores
2009-02-17net: Fix OOPS in skb_seq_read().Shyam Iyer
2009-02-17net: Fix frag_list handling in skb_seq_readHerbert Xu
2009-02-17sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich
2009-02-17sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich
2009-02-17mac80211: restrict to AP in outgoing interface heuristicJohannes Berg
2009-02-12sctp: Fix another socket race during accept/peeloffVlad Yasevich
2009-02-06minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter
2009-02-06netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy
2009-02-02NET: net_namespace, fix lock imbalanceJiri Slaby
2009-02-02mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo
2009-01-24netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy
2009-01-24netfilter: ebtables: fix inversion in match codePatrick McHardy
2009-01-24netfilter: x_tables: fix match/target revision lookupPatrick McHardy
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-18net: Fix module refcount leak in kernel_accept()Wei Yongjun
2008-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt
2008-12-11netlabel: Compiler warning and NULL pointer dereference fixPaul Moore
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman
2008-12-09ipv6: silence log messages for locally generated multicastJan Sembera
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith
2008-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-12-07tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler
2008-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-12-05mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith