aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-28mac80211: fix aggregation frame release during timeoutDaniel Halperin1-1/+2
2011-03-28cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen1-7/+11
2011-03-28cfg80211:: fix possible NULL pointer dereferenceMariusz Kozlowski1-3/+10
2011-03-28mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski1-1/+2
2011-03-28mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar1-2/+2
2011-03-28mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau1-7/+18
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger4-5/+13
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe1-3/+3
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings4-46/+86
2011-03-27ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2-0/+4
2011-03-27NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi1-1/+3
2011-03-26ceph: fix possible NULL pointer dereferenceMariusz Kozlowski1-1/+1
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-81/+181
2011-03-25ipv4: do not ignore route errorsJulian Anastasov1-2/+2
2011-03-25ceph: flush msgr_wq during mds_client shutdownSage Weil1-2/+2
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-0/+40
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller3-17/+13
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller3-27/+22
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-0/+2
2011-03-24Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner1-1/+3
2011-03-24Bluetooth: delete hanging L2CAP channelAndrei Emeltchenko1-2/+3
2011-03-24Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg1-0/+2
2011-03-24Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan2-2/+8
2011-03-24Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala1-1/+3
2011-03-24ipv4: fix fib metricsEric Dumazet1-1/+1
2011-03-24NFS: Determine initial mount securityBryan Schumaker1-0/+16
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-0/+22
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+9
2011-03-23rds: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-5/+4
2011-03-23ipv4: fix ip_rt_update_pmtu()Eric Dumazet1-2/+0
2011-03-23ipv4: Fallback to FIB local table in __ip_dev_find().David S. Miller1-0/+16
2011-03-22tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.David S. Miller1-6/+6
2011-03-22tcp: avoid cwnd moderation in undoYuchung Cheng1-5/+7
2011-03-22bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing1-1/+1
2011-03-22ipv6: ip6_route_output does not modify sk parameter, so make it constFlorian Westphal1-1/+1
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet1-1/+4
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds7-44/+64
2011-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-138/+491
2011-03-22SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+22