summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen5-8/+20
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot1-1/+1
2015-03-05fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck1-3/+13
2015-03-05fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck1-5/+13
2015-03-05fib_trie: Make fib_table rcu safeAlexander Duyck2-21/+52
2015-03-05fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck1-24/+27
2015-03-05fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck1-142/+95
2015-03-05fib_trie: Fib find node should return parentAlexander Duyck1-18/+24
2015-03-05fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck1-96/+120
2015-03-05fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck1-63/+78
2015-03-05mpls: rtm_mpls_policy[] can be staticWu Fengguang1-1/+1
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman1-0/+60
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman1-0/+229
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2-0/+60
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman1-0/+133
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman1-0/+146
2015-03-04mpls: Basic routing supportEric W. Biederman4-0/+411
2015-03-04mpls: Refactor how the mpls module is builtEric W. Biederman2-2/+18
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+34
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman4-16/+26
2015-03-04bridge: fix bridge netlink RCU usageJohannes Berg1-6/+8
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-252/+269
2015-03-04Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+4
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-80/+192
2015-03-04l2tp: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-04wireless: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+9
2015-03-04mac80211: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+8
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-04bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-04atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-04appletalk: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-048021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-54/+6
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick1-24/+0
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal1-0/+2
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-03neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman1-6/+0
2015-03-03neigh: Don't require dst in neigh_hh_initEric W. Biederman4-4/+7
2015-03-03arp: Kill arp_findEric W. Biederman1-65/+0
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman7-189/+0
2015-03-03ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-03ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-03neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2-22/+16
2015-03-03arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman1-37/+0
2015-03-03ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+21
2015-03-03ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-10/+8
2015-03-03rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-03rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2015-03-03ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1