aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
2008-10-01sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich1-1/+1
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich2-34/+46
2008-10-01sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun1-2/+8
2008-10-01sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2-18/+8
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich3-10/+21
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman3-9/+9
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich1-2/+0
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich1-15/+19
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich1-9/+12
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian1-0/+7
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian3-1/+4
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian4-1/+9
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian1-3/+9
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2-0/+2
2008-10-01ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila1-1/+1
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2-1/+15
2008-10-01ipv4: Loosen source address check on IPv4 outputJulian Anastasov1-7/+13
2008-10-01net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu1-0/+2
2008-10-01ipsec: Put dumpers on the dump listHerbert Xu4-132/+130
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller20-182/+276
2008-10-01af_key: Free dumping state on socket closeTimo Teras1-11/+19
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen2-35/+8
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard1-0/+2
2008-10-01net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek1-2/+39
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev1-1/+1
2008-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-22/+9
2008-10-01tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev1-1/+1
2008-09-30Fix modpost failure when rx handlers are not inlined.Davide Pesavento1-1/+1
2008-09-30mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.hRami Rosen1-12/+0
2008-09-30mac80211: fixups for "make master iface not wireless"Johannes Berg2-9/+8
2008-09-30sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2-24/+61
2008-09-30iucv: Fix mismerge again.Heiko Carstens1-1/+2
2008-09-30Phonet: Netlink factorization and cleanupRémi Denis-Courmont1-56/+35
2008-09-30netdev: docbook comment update (revised)Stephen Hemminger1-2/+44
2008-09-30netdev: use const for some name functionsStephen Hemminger1-5/+4
2008-09-30ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu1-4/+8
2008-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller21-625/+658
2008-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+6
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai1-2/+6
2008-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-96/+118
2008-09-249p: fix put_data error handlingEric Van Hensbergen1-1/+5
2008-09-249p: introduce missing kfreeJulia Lawall1-1/+3
2008-09-249p-trans_fd: fix and clean up module init/exit pathsTejun Heo1-20/+11
2008-09-249p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo1-11/+3
2008-09-249p-trans_fd: clean up p9_conn_create()Tejun Heo1-16/+4
2008-09-249p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo1-19/+5
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo4-28/+87
2008-09-24wireless: a global static to local static improvementDenis ChengRq1-9/+7
2008-09-24mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2