summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: destroy proto tp when all filters are goneCong Wang2015-03-0911-21/+97
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-082-24/+33
* mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman2015-03-081-0/+1
* mpls: Correct the ttl decrement.Eric W. Biederman2015-03-081-1/+1
* mpls: Better error code for unsupported option.Eric W. Biederman2015-03-081-1/+1
* mpls: Cleanup the rcu usage in the code.Eric W. Biederman2015-03-081-26/+47
* mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman2015-03-081-1/+1
* net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet2015-03-061-44/+1
* net/dcb: Add IEEE QCN attributeShani Michaeli2015-03-061-3/+41
* fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck2015-03-061-232/+201
* fib_trie: Move parent from key_vector to tnodeAlexander Duyck2015-03-061-6/+5
* fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck2015-03-061-15/+16
* fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck2015-03-061-18/+16
* fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck2015-03-061-33/+39
* fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck2015-03-061-24/+29
* fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck2015-03-061-36/+24
* fib_trie: Rename tnode to key_vectorAlexander Duyck2015-03-061-119/+128
* fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck2015-03-061-41/+65
* fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck2015-03-061-12/+8
* mpls: Properly validate RTA_VIA payload lengthRobert Shearman2015-03-061-1/+4
* ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du2015-03-064-2/+45
* ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du2015-03-063-3/+19
* DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2015-03-062-60/+54
* switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman2015-03-061-2/+6
* ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller2015-03-061-2/+0
* fib: hook IPv4 fib for hardware offloadScott Feldman2015-03-062-3/+56
* switchdev: implement IPv4 fib ndo wrappersScott Feldman2015-03-061-2/+96
* switchdev: don't support custom ip rules, for nowScott Feldman2015-03-064-0/+81
* switchdev: add IPv4 fib ndo ops wrappersScott Feldman2015-03-061-0/+39
* net: dsa: extract dsa switch tree setup and removalFlorian Fainelli2015-03-061-39/+52
* net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-061-2/+3
* net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli2015-03-061-37/+51
* net: dsa: allow deferred probingFlorian Fainelli2015-03-061-3/+3
* net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli2015-03-061-12/+12
* inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet2015-03-051-24/+31
* tipc: add ip/udp media typeErik Hugne2015-03-056-8/+470
* tipc: increase size of tipc discovery messagesErik Hugne2015-03-051-4/+3
* net_sched: move tp->root allocation into fw_init()WANG Cong2015-03-051-10/+13
* net_sched: move tp->root allocation into route4_init()WANG Cong2015-03-051-7/+7
* mpls: using vzalloc requires including vmalloc.hStephen Rothwell2015-03-051-0/+1
* bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen2015-03-055-8/+20
* 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-041-3/+13
* fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck2015-03-041-5/+13
* fib_trie: Make fib_table rcu safeAlexander Duyck2015-03-042-21/+52
* fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck2015-03-041-24/+27
* fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck2015-03-041-142/+95
* fib_trie: Fib find node should return parentAlexander Duyck2015-03-041-18/+24
* fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck2015-03-041-96/+120
* fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck2015-03-041-63/+78
OpenPOWER on IntegriCloud