summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-02netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy3-3/+9
2009-05-02net/netrom: Fix socket lockingJean Delvare1-2/+4
2009-05-02af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+15
2009-05-02bridge: bad error handling when adding invalid ether addressStephen Hemminger1-1/+0
2009-05-02xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert1-1/+1
2009-05-02netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver1-1/+2
2009-05-02ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-05-02ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-05-02net: fix sctp breakageAl Viro1-1/+2
2009-03-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-03-17net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-17net: Fix data corruption when splicing from sockets.Jarek Poplawski1-32/+29
2009-02-17netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran1-1/+1
2009-02-17netfilter: fix tuple inversion for Node information requestEric Leblond1-2/+2
2009-02-17tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis1-1/+2
2009-02-17tcp: splice as many packets as possible at onceWilly Tarreau1-2/+9
2009-02-17net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne1-0/+2
2009-02-17ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52
2009-02-17ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2009-02-17udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-02-17udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2
2009-02-17packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-02-17net: packet socket packet_lookup_frame fixSebastiano Di Paola1-4/+4
2009-02-17ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3
2009-02-17net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-02-17net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-02-17sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich1-3/+4
2009-02-17sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich1-2/+1
2009-02-17mac80211: restrict to AP in outgoing interface heuristicJohannes Berg1-0/+2
2009-02-12sctp: Fix another socket race during accept/peeloffVlad Yasevich1-0/+13
2009-02-07minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter1-4/+6
2009-02-07netfilter: ctnetlink: fix scheduling while atomicPatrick McHardy1-0/+3
2009-02-02NET: net_namespace, fix lock imbalanceJiri Slaby1-1/+1
2009-02-02mac80211: decrement ref count to netdev after launching mesh discoveryBrian Cavagnolo1-2/+4
2009-01-25netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2-2/+2
2009-01-25netfilter: ebtables: fix inversion in match codePatrick McHardy1-1/+1
2009-01-25netfilter: x_tables: fix match/target revision lookupPatrick McHardy1-0/+8
2009-01-25tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek1-4/+4
2009-01-25pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski1-1/+2
2009-01-25sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun1-0/+14
2009-01-25ipv6: Fix fib6_dump_table walker leakHerbert Xu1-7/+8
2009-01-25pkt_sched: sch_htb: Fix deadlock in hrtimers triggered by HTBJarek Poplawski1-0/+1
2009-01-18System call wrappers part 22Heiko Carstens1-15/+16
2009-01-18System call wrappers part 21Heiko Carstens1-15/+15
2009-01-18System call wrappers part 07Heiko Carstens1-1/+1
2008-12-19net: Fix module refcount leak in kernel_accept()Wei Yongjun2-2/+1
2008-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-98/+61
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer1-3/+0
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1