summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen2008-11-061-6/+17
* syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal2008-11-061-5/+5
* netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy2008-10-251-0/+2
* netfilter: snmp nat leaks memory in case of failureIlpo Järvinen2008-10-251-0/+1
* netfilter: xt_iprange: fix range inversion matchAlexey Dobriyan2008-10-251-4/+4
* ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-221-1/+1
* rfkill: update LEDs for all state changesHenrique de Moraes Holschuh2008-10-181-3/+2
* mac80211: fix two issues in debugfsJohannes Berg2008-10-181-2/+12
* tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera2008-10-071-1/+5
* net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
* tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
* net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
* netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski2008-10-061-1/+1
* ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller2008-10-061-0/+3
* Revert "ax25: Fix std timer socket destroy handling."David S. Miller2008-10-061-3/+5
* af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
* XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard2008-10-011-0/+2
* ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev2008-10-011-1/+1
* tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
* sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-302-24/+61
* iucv: Fix mismerge again.Heiko Carstens2008-09-301-1/+2
* ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-241-2/+6
|\
| * netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai2008-09-241-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-09-245-96/+118
|\ \
| * | 9p: fix put_data error handlingEric Van Hensbergen2008-09-241-1/+5
| * | 9p: introduce missing kfreeJulia Lawall2008-09-241-1/+3
| * | 9p-trans_fd: fix and clean up module init/exit pathsTejun Heo2008-09-241-20/+11
| * | 9p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo2008-09-241-11/+3
| * | 9p-trans_fd: clean up p9_conn_create()Tejun Heo2008-09-241-16/+4
| * | 9p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo2008-09-241-19/+5
| * | 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-244-28/+87
* | | sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk2008-09-231-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-221-2/+4
|\ \ | |/ |/|
| * netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck2008-09-201-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-194-40/+49
|\|
| * sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2008-09-182-8/+7
| * sctp: do not enable peer features if we can't do them.Vlad Yasevich2008-09-181-2/+7
| * sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich2008-09-181-1/+2
| * udp: Fix rcv socket lockingHerbert Xu2008-09-151-29/+33
* | warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven2008-09-161-2/+1
|/