summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-012-18/+8
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-013-10/+21
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-013-9/+9
* sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich2008-10-011-2/+0
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-011-15/+19
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-011-9/+12
* udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-011-0/+7
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-013-1/+4
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-014-1/+9
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-011-3/+9
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-012-0/+2
* ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-011-1/+1
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-012-1/+15
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-7/+13
* net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu2008-10-011-0/+2
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-014-132/+130
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-0120-182/+276
|\
| * 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: almost identical frag hashing funcs combinedIlpo Järvinen2008-10-012-35/+8
* | net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek2008-10-011-2/+39
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-10-014-22/+9
|\ \
| * | Fix modpost failure when rx handlers are not inlined.Davide Pesavento2008-09-301-1/+1
| * | mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.hRami Rosen2008-09-301-12/+0
| * | mac80211: fixups for "make master iface not wireless"Johannes Berg2008-09-302-9/+8
OpenPOWER on IntegriCloud