aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang11-21/+97
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2-24/+33
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman1-0/+1
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman1-1/+1
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman1-1/+1
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman1-26/+47
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman1-1/+1
2015-03-06net: gro: remove obsolete code from skb_gro_receive()Eric Dumazet1-44/+1
2015-03-06net/dcb: Add IEEE QCN attributeShani Michaeli1-3/+41
2015-03-06fib_trie: Add key vector to root, return parent key_vector in resizeAlexander Duyck1-232/+201
2015-03-06fib_trie: Move parent from key_vector to tnodeAlexander Duyck1-6/+5
2015-03-06fib_trie: Pull empty_children and full_children into tnodeAlexander Duyck1-15/+16
2015-03-06fib_trie: Move rcu from key_vector to tnode, add accessors.Alexander Duyck1-18/+16
2015-03-06fib_trie: Add tnode struct as a container for fields not needed in key_vectorAlexander Duyck1-33/+39
2015-03-06fib_trie: Rename tnode_child_length to child_lengthAlexander Duyck1-24/+29
2015-03-06fib_trie: replace tnode_get_child functions with get_child macrosAlexander Duyck1-36/+24
2015-03-06fib_trie: Rename tnode to key_vectorAlexander Duyck1-119/+128
2015-03-06fib_trie: Return pointer to tnode pointer in resize/inflate/halveAlexander Duyck1-41/+65
2015-03-06fib_trie: Minor cleanups to fib_table_flush_externalAlexander Duyck1-12/+8
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du4-2/+45
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du3-3/+19
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2-60/+54
2015-03-06switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman1-2/+6
2015-03-06ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller1-2/+0
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman2-3/+56
2015-03-06switchdev: implement IPv4 fib ndo wrappersScott Feldman1-2/+96
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman4-0/+81
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman1-0/+39
2015-03-06net: dsa: extract dsa switch tree setup and removalFlorian Fainelli1-39/+52
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli1-2/+3
2015-03-06net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli1-37/+51
2015-03-06net: dsa: allow deferred probingFlorian Fainelli1-3/+3
2015-03-06net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli1-12/+12
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet1-24/+31
2015-03-05tipc: add ip/udp media typeErik Hugne6-8/+470
2015-03-05tipc: increase size of tipc discovery messagesErik Hugne1-4/+3
2015-03-05net_sched: move tp->root allocation into fw_init()WANG Cong1-10/+13
2015-03-05net_sched: move tp->root allocation into route4_init()WANG Cong1-7/+7
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
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-04fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck1-3/+13
2015-03-04fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck1-5/+13
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck2-21/+52
2015-03-04fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck1-24/+27
2015-03-04fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck1-142/+95
2015-03-04fib_trie: Fib find node should return parentAlexander Duyck1-18/+24
2015-03-04fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck1-96/+120
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flushAlexander Duyck1-63/+78