aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-01tcp: fix retrans_out leaksIlpo Järvinen1-4/+5
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu2-0/+16
2009-02-27pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski1-1/+5
2009-02-26ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-02-24tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2009-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller4-63/+151
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2009-02-23net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-23netns: build fix for net_alloc_genericClemens Noss1-4/+4
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-41/+55
2009-02-23cipso: Fix documentation commentPaul Moore1-2/+7
2009-02-22netns: fix double free at netns creationDaniel Lezcano1-31/+55
2009-02-18tcp: remove obsoleted comment about different passesIlpo Järvinen1-1/+0
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt1-57/+142
2009-02-18netfilter: nfnetlink_log: fix timeout handlingEric Leblond1-1/+1
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond1-2/+4
2009-02-18netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond1-2/+3
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-02-12wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax ifaceInaky Perez-Gonzalez1-4/+5
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne1-0/+2
2009-02-11mac80211: restrict to AP in outgoing interface heuristicJohannes Berg1-0/+2
2009-02-10Phonet: do not compute unused valueRémi Denis-Courmont1-1/+1
2009-02-10Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont1-1/+0
2009-02-09bridge: Fix LRO crash with tunHerbert Xu1-1/+6
2009-02-09IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA1-1/+1
2009-02-09netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran1-1/+1
2009-02-09netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso1-2/+3
2009-02-09netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso1-0/+10
2009-02-09netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond1-0/+21
2009-02-09netfilter: fix tuple inversion for Node information requestEric Leblond1-2/+2
2009-02-069p: fix endian issues [attempt 3]Eric Van Hensbergen1-9/+13
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller1-2/+2
2009-02-06RxRPC: Fix a potential NULL dereferenceDavid Howells1-2/+3
2009-02-06udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer1-2/+4
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo1-6/+8
2009-02-06ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller1-8/+4
2009-02-05ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52
2009-02-05udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2
2009-02-03sunrpc: fix rdma dependenciesRandy Dunlap1-1/+1
2009-02-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+2
2009-02-02udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-02-01net: packet socket packet_lookup_frame fixSebastiano Di Paola1-4/+4
2009-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+8
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-30packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-60/+108
2009-01-29wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2-11/+13
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3