aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-08sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+3
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+3
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-80/+192
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal1-0/+2
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal1-1/+1
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal1-3/+4
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR interface.Arvid Brodin3-3/+14
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-02-28Merge tag 'mac80211-for-davem-2015-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-9/+14
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman1-0/+3
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman1-0/+4
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann3-6/+0
2015-02-26sunrpc: integer underflow in rsc_parse()Dan Carpenter1-0/+2
2015-02-26mac80211: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-02-24af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov1-1/+9
2015-02-24rtnetlink: avoid 0 sized arraysSasha Levin1-2/+2
2015-02-24mac80211/minstrel: fix !x!=0 confusionJiri Slaby1-1/+1
2015-02-24cfg80211: calls nl80211_exit on errorJunjie Mao1-0/+1
2015-02-24cfg80211: fix n_reg_rules to match world_regdomJason Abele1-1/+1
2015-02-24nl80211: fix memory leak in monitor flags parsingJohannes Berg1-4/+4
2015-02-24nl80211: use loop index as type for net detect frequency resultsSamuel Tan1-3/+1
2015-02-24mac80211: clear sdata->radar_requiredEliad Peller1-0/+5
2015-02-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2-2/+3
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-02-23net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-02-23irda: replace current->state by set_current_state()Fabian Frederick2-3/+3
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2-2/+3
2015-02-23decnet: Fix obvious o/0 typoRasmus Villemoes1-1/+1
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell1-1/+1
2015-02-22net: pktgen: disable xmit_clone on virtual devicesEric Dumazet1-0/+3
2015-02-21af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov1-5/+5
2015-02-21net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-21Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+4
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-18/+28
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2-4/+4
2015-02-20ethtool: Add hw-switch-offload to netdev_features_strings.Rami Rosen1-0/+1
2015-02-20sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet1-2/+3
2015-02-20openvswitch: Fix net exit.Pravin B Shelar2-2/+45
2015-02-20ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-162/+54
2015-02-19gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-9/+9
2015-02-19libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov1-2/+3
2015-02-19libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18