summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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/linvil...David 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-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller21-625/+658
2008-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+6
2008-09-25netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai1-2/+6
2008-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds5-96/+118
2008-09-259p: fix put_data error handlingEric Van Hensbergen1-1/+5
2008-09-259p: introduce missing kfreeJulia Lawall1-1/+3
2008-09-259p-trans_fd: fix and clean up module init/exit pathsTejun Heo1-20/+11
2008-09-259p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo1-11/+3
2008-09-259p-trans_fd: clean up p9_conn_create()Tejun Heo1-16/+4
2008-09-259p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo1-19/+5
2008-09-259p: implement proper trans module refcounting and unregistrationTejun Heo4-28/+87
2008-09-25wireless: a global static to local static improvementDenis ChengRq1-9/+7
2008-09-25mac80211: fix led behavior in IBSSEmmanuel Grumbach1-0/+2
2008-09-25mac80211: probe with correct SSIDJohannes Berg1-2/+2
2008-09-25mac80211: clean up rate control APIJohannes Berg11-210/+159
2008-09-25mac80211: fix mesh action frame handlingJohannes Berg1-1/+1
2008-09-25mac80211: mesh portal functionality supportYanBo4-11/+196
2008-09-25cfg80211: reject invalid configuration itemsJohannes Berg1-7/+17
2008-09-25mac80211: allow interface settings changes only when downJohannes Berg1-0/+3
2008-09-25cfg80211: allow set_interface without typeJohannes Berg1-7/+8
2008-09-25cfg80211: show interface typeJohannes Berg3-1/+8
2008-09-25mac80211: make master iface not wirelessJohannes Berg7-99/+39
2008-09-25cfg80211: clean up static regdomain messJohannes Berg1-53/+20
2008-09-25cfg80211: fix regulatory code constJohannes Berg2-33/+31
2008-09-25cfg80211: clean up regulatory messJohannes Berg3-230/+203
2008-09-25cfg80211: fix static regdomainsJohannes Berg1-16/+16
2008-09-24net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-23sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk1-0/+2
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller1-1/+1
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-23pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-23pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1