summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-09-14bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-09-14net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-09-14htb: fix sign extension bugstephen hemminger1-1/+1
2013-09-07mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+3
2013-09-07mac80211: add missing channel context releaseJohannes Berg1-0/+1
2013-09-07SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-08-29NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2-3/+6
2013-08-29mac80211: don't wait for TX status foreverJohannes Berg1-3/+12
2013-08-20Revert "genetlink: fix family dump race"Greg Kroah-Hartman1-7/+0
2013-08-20nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg1-2/+4
2013-08-20cfg80211: fix P2P GO interface teardownJohannes Berg1-0/+1
2013-08-20genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-20mac80211: continue using disabled channels while connectedJohannes Berg1-1/+10
2013-08-20mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright1-1/+1
2013-08-20mac80211: ignore HT primary channel while connectedJohannes Berg1-13/+13
2013-08-14SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust3-13/+32
2013-08-14SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust1-0/+8
2013-08-11net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2013-08-11af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2013-08-11net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-08-11genetlink: release cb_lock before requesting additional moduleStanislaw Gruszka1-0/+2
2013-08-11ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-08-11svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields1-1/+0
2013-08-11svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields1-1/+1
2013-08-11svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields1-4/+5
2013-08-11mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka1-2/+5
2013-08-11mac80211: fix ethtool stats for non-station interfacesJohannes Berg1-0/+2
2013-08-11mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-08-11mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau1-1/+9
2013-08-11mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau1-1/+2
2013-08-11nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior1-2/+5
2013-08-04svcrdma: underflow issue in decode_write_list()Dan Carpenter1-6/+14
2013-07-28vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-28vlan: mask vlan prio bitsEric Dumazet2-3/+10
2013-07-28pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-28ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-28ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-28gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-28ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-289p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-28ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-28ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-28ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2-2/+8