summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-14tipc: set sk_err correctly when connection failsErik Hugne1-2/+2
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-6/+8
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-09-14net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-09-14bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-09-14packet: restore packet statistics tp_packets to include dropsWillem de Bruijn1-0/+2
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
2013-09-14genl: Hold reference on correct module while netlink-dump.Pravin B Shelar1-9/+11
2013-09-14genl: Fix genl dumpit() locking.Pravin B Shelar1-5/+46
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs1-1/+1
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
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