summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* [Bluetooth] Fix regression from using default link policyMarcel Holtmann2008-09-121-0/+3
* ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman2008-09-091-32/+32
* ipsec: Restore larval states and socket policies in dumpHerbert Xu2008-09-092-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-09-095-18/+52
|\
| * [Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann2008-09-093-5/+25
| * [Bluetooth] Enforce correct authentication requirementsMarcel Holtmann2008-09-093-6/+23
| * [Bluetooth] Fix reference counting during ACL config stageMarcel Holtmann2008-09-091-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-089-17/+91
|\ \
| * | bridge: don't allow setting hello time to zeroStephen Hemminger2008-09-082-9/+25
| * | netns : fix kernel panic in timewait socket destructionDaniel Lezcano2008-09-083-0/+37
| * | pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski2008-09-071-1/+6
| * | netfilter: nf_conntrack_irc: make sure string is terminated before calling si...Patrick McHardy2008-09-071-0/+10
| * | netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan2008-09-071-4/+4
| * | netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan2008-09-071-1/+5
| * | netfilter: nf_conntrack_sip: de-static helper pointersAlexey Dobriyan2008-09-071-2/+4
* | | Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds2008-09-051-9/+39
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-0319-117/+117
|\| |