aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-09tipc: fix bug in link failover handlingJon Paul Maloy
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-08sunrpc: fix braino in ->poll()Al Viro
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-03-07net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-04netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy
2015-03-04netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy
2015-03-04netfilter: nf_tables: fix transaction race conditionPatrick McHardy
2015-03-03Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-01rxrpc: don't multiply with HZ twiceFlorian Westphal
2015-03-01rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal
2015-03-01net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin
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-26sunrpc: integer underflow in rsc_parse()Dan Carpenter
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-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso
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-23Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
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-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever
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-22ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov