summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-05-16cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg
2013-05-16mac80211: report deauth to cfg80211 for local state changeJohannes Berg
2013-05-16cfg80211: fix interface down/disconnect state handlingJohannes Berg
2013-05-16mac80211: fix AP-mode frame matchingJohannes Berg
2013-05-16nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer
2013-05-16mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg
2013-05-16mac80211: fix spurious RCU warning and update documentationFelix Fietkau
2013-05-16mac80211: fix HT beacon-based channel switch handlingJohannes Berg
2013-05-16mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg
2013-05-16cfg80211: fix WoWLAN wakeup tracingJohannes Berg
2013-05-16cfg80211: fix wiphy_register error pathJohannes Berg
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-15SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-05-14net/802/mrp: fix lockdep splatEric Dumazet
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-13libceph: init sent and completed when startingAlex Elder
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter
2013-05-11xfrm6: release dev before returning errorCong Wang
2013-05-11ipv6,gre: do not leak info to user-spaceAmerigo Wang
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-11Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-05-11ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-05-09batman-adv: reorder clean up routine in order to avoid race conditionsAntonio Quartulli
2013-05-09batman-adv: make DAT drop ARP requests targeting local clientsAntonio Quartulli
2013-05-09batman-adv: check return value of pskb_trim_rcsum()Marek Lindner
2013-05-09batman-adv: check proto length before accessing proto string bufferMarek Lindner
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-05-06fib_trie: no need to delay vfree()Al Viro
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet