summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-1013-81/+143
|\
| * tipc: fix bug in link failover handlingJon Paul Maloy2015-03-091-3/+4
| * net: delete stale packet_mclist entriesFrancesco Ruggeri2015-03-091-8/+14
| * can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+3
| * ip: fix error queue empty skb handlingWillem de Bruijn2015-03-093-23/+53
| * tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-061-7/+3Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-063-32/+46
| |\
| | * netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso2015-03-041-6/+0Star
| | * netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-041-9/+19
| | * netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy2015-03-041-0/+4
| | * netfilter: nf_tables: fix transaction race conditionPatrick McHardy2015-03-041-1/+1
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso2015-02-241-0/+3
| | |\
| | | * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
| | * | netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso2015-02-221-9/+12
| | * | netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero2015-02-221-7/+7
| * | | ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-03-061-4/+7
| * | | net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-042-4/+13
* | | | sunrpc: fix braino in ->poll()Al Viro2015-03-081-1/+1
* | | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-1/+3
|\ \ \ \
| * | | | net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-071-1/+3
* | | | | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-03-062-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-242-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2015-02-232-2/+3
* | | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-03-042-0/+4
|\ \ \ \ \
| * | | | | sunrpc: integer underflow in rsc_parse()Dan Carpenter2015-02-261-0/+2
| * | | | | svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos2015-02-181-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-0440-80/+192
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | openvswitch: Fix serialization of non-masked set actions.Joe Stringer2015-03-031-1/+7
| * | | | | net: bridge: add compile-time assert for cb struct sizeFlorian Westphal2015-03-031-0/+2
| * | | | | udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-032-2/+4
| * | | | | rxrpc: don't multiply with HZ twiceFlorian Westphal2015-03-011-1/+1
| * | | | | rxrpc: terminate retrans loop when sending of skb failsFlorian Westphal2015-03-011-3/+4
| * | | | | net/hsr: Fix NULL pointer dereference and refcnt bugs when deleting a HSR int...Arvid Brodin2015-03-013-3/+14
| * | | | | net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet2015-03-011-3/+1Star
| * | | | | Merge tag 'mac80211-for-davem-2015-02-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-03-016-9/+14
| |\ \ \ \ \
| | * | | | | mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-02-261-0/+1
| | * | | | | mac80211/minstrel: fix !x!=0 confusionJiri Slaby2015-02-241-1/+1
| | * | | | | cfg80211: calls nl80211_exit on errorJunjie Mao2015-02-241-0/+1
| | * | | | | cfg80211: fix n_reg_rules to match world_regdomJason Abele2015-02-241-1/+1
| | * | | | | nl80211: fix memory leak in monitor flags parsingJohannes Berg2015-02-241-4/+4
| | * | | | | nl80211: use loop index as type for net detect frequency resultsSamuel Tan2015-02-241-3/+1Star
| | * | | | | mac80211: clear sdata->radar_requiredEliad Peller2015-02-241-0/+5
| * | | | | | net: Verify permission to link_net in newlinkEric W. Biederman2015-02-281-0/+3
| * | | | | | net: Verify permission to dest_net in newlinkEric W. Biederman2015-02-281-0/+4
| * | | | | | rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-273-6/+0Star
| * | | | | | af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov2015-02-241-1/+9
| * | | | | | rtnetlink: avoid 0 sized arraysSasha Levin2015-02-241-2/+2
| * | | | | | ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-241-1/+16
| * | | | | | net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas2015-02-231-9/+0Star
| * | | | | | irda: replace current->state by set_current_state()Fabian Frederick2015-02-232-3/+3