summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
* fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck2015-03-051-3/+13
* fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck2015-03-051-5/+13
* fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-052-21/+52
* fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck2015-03-051-24/+27
* fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck2015-03-051-142/+95
* fib_trie: Fib find node should return parentAlexander Duyck2015-03-051-18/+24
* fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck2015-03-051-96/+120
* fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck2015-03-051-63/+78
* mpls: rtm_mpls_policy[] can be staticWu Fengguang2015-03-041-1/+1
* mpls: Multicast route table change notificationsEric W. Biederman2015-03-041-0/+60
* mpls: Netlink commands to add, remove, and dump routesEric W. Biederman2015-03-041-0/+229
* mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2015-03-042-0/+60
* mpls: Basic support for adding and removing routesEric W. Biederman2015-03-041-0/+133
* mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman2015-03-041-0/+146
* mpls: Basic routing supportEric W. Biederman2015-03-044-0/+411
* mpls: Refactor how the mpls module is builtEric W. Biederman2015-03-042-2/+18
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+34
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-044-16/+26
* bridge: fix bridge netlink RCU usageJohannes Berg2015-03-041-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-0453-252/+269
|\
| * 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/+1
| | * | 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/+1
| | | * | 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/+0
| | * | | 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/+0
| | * | | irda: replace current->state by set_current_state()Fabian Frederick2015-02-232-3/+3
| | * | | decnet: Fix obvious o/0 typoRasmus Villemoes2015-02-231-1/+1
| | |/ /
| | * | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-231-1/+1