summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-0414-113/+236
|\
| * tcp: fix retrans_out leaksIlpo Järvinen2009-03-011-4/+5
| * netpoll: Add drop checks to all entry pointsHerbert Xu2009-03-012-0/+16
| * pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski2009-02-271-1/+5
| * ipv6: don't use tw net when accounting for recycled twPavel Emelyanov2009-02-261-2/+2
| * tcp_scalable: Update malformed & dead urlJoe Perches2009-02-251-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-02-244-63/+151
| |\
| | * netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler2009-02-241-1/+1
| | * netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-181-57/+142
| | * netfilter: nfnetlink_log: fix timeout handlingEric Leblond2009-02-181-1/+1
| | * netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-2/+4
| | * netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond2009-02-181-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-242-5/+5
| |\ \
| | * | net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-02-241-1/+1
| | * | netns: build fix for net_alloc_genericClemens Noss2009-02-241-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-234-41/+55
| |\| |
| | * | netns: fix double free at netns creationDaniel Lezcano2009-02-221-31/+55
| | * | tcp: remove obsoleted comment about different passesIlpo Järvinen2009-02-191-1/+0Star
| | |/
| | * net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-182-9/+0Star
* | | alloc_percpu: add align argument to __alloc_percpu, fixIngo Molnar2009-02-251-1/+1
* | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-2/+2
|\ \ \ | |/ / |/| |
| * | alloc_percpu: add align argument to __alloc_percpu.Rusty Russell2009-02-201-2/+2
* | | cipso: Fix documentation commentPaul Moore2009-02-231-2/+7
| |/ |/|
* | wimax: fix oops in wimax_dev_get_by_genl_info() when looking up non-wimax ifaceInaky Perez-Gonzalez2009-02-131-4/+5
* | net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne2009-02-131-0/+2
* | mac80211: restrict to AP in outgoing interface heuristicJohannes Berg2009-02-111-0/+2
* | Phonet: do not compute unused valueRémi Denis-Courmont2009-02-111-1/+1
* | Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont2009-02-111-1/+0Star
* | bridge: Fix LRO crash with tunHerbert Xu2009-02-101-1/+6
* | IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA2009-02-101-1/+1
* | netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-091-1/+1
* | netfilter: ctnetlink: fix echo if not subscribed to any multicast groupPablo Neira Ayuso2009-02-091-2/+3
* | netfilter: ctnetlink: allow changing NAT sequence adjustment in creationPablo Neira Ayuso2009-02-091-0/+10
* | netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond2009-02-091-0/+21
* | netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-091-2/+2
* | 9p: fix endian issues [attempt 3]Eric Van Hensbergen2009-02-071-9/+13
* | net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller2009-02-071-2/+2
* | RxRPC: Fix a potential NULL dereferenceDavid Howells2009-02-071-2/+3
* | udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer2009-02-061-2/+4
* | neigh: some entries can be skipped during dumpingGautam Kachroo2009-02-061-6/+8
* | ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-061-2/+6
|/
* Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller2009-02-061-8/+4Star
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-061-15/+52
* udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-061-1/+2
* sunrpc: fix rdma dependenciesRandy Dunlap2009-02-041-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-02-031-3/+2Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-012-2/+8
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3012-60/+108
| |\ \
| * | | nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields2009-01-271-3/+2Star
* | | | udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-021-1/+3