summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet
2015-02-28Merge tag 'mac80211-for-davem-2015-02-27' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen
2015-02-24af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov
2015-02-24rtnetlink: avoid 0 sized arraysSasha Levin
2015-02-24mac80211/minstrel: fix !x!=0 confusionJiri Slaby
2015-02-24cfg80211: calls nl80211_exit on errorJunjie Mao
2015-02-24cfg80211: fix n_reg_rules to match world_regdomJason Abele
2015-02-24nl80211: fix memory leak in monitor flags parsingJohannes Berg
2015-02-24nl80211: use loop index as type for net detect frequency resultsSamuel Tan
2015-02-24mac80211: clear sdata->radar_requiredEliad Peller
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-02-23net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick
2015-02-23decnet: Fix obvious o/0 typoRasmus Villemoes
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell
2015-02-22net: pktgen: disable xmit_clone on virtual devicesEric Dumazet
2015-02-21af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov
2015-02-21net: reject creation of netdev names with colonsMatthew Thode
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter
2015-02-20ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet
2015-02-20openvswitch: Fix net exit.Pravin B Shelar
2015-02-20ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-19gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck
2015-02-16netfilter: xt_socket: fix a stack corruption bugEric Dumazet
2015-02-16netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal
2015-02-16netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-02-14net: spelling fixesStephen Hemminger
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-02-12memcg: cleanup static keys decrementVladimir Davydov
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-02-12bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli