summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-06Bluetooth: Add mgmt_send_event() helper to send to any HCI channelJohan Hedberg1-3/+11
2015-03-06Bluetooth: Rename pending_cmd to mgmt_pending_cmdJohan Hedberg1-87/+89
2015-03-06Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()Johan Hedberg1-213/+229
2015-03-06Bluetooth: Rename cmd_status() to mgmt_cmd_status()Johan Hedberg1-229/+230
2015-03-06Bluetooth: Move all mgmt command quirks to handler tableJohan Hedberg1-82/+88
2015-03-06Bluetooth: Convert mgmt to use HCI chan registration APIJohan Hedberg3-29/+33
2015-03-06Bluetooth: Add mgmt HCI channel registration APIJohan Hedberg1-3/+82
2015-03-06Bluetooth: Introduce controller setting information for static addressMarcel Holtmann1-2/+26
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-2/+3
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-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet1-7/+3
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-32/+46
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
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-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso1-3/+4
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso3-39/+37
2015-03-06netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy1-7/+4
2015-03-06netfilter: nf_tables: minor tracing cleanupsPatrick McHardy1-49/+49
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso1-0/+7
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-05Bluetooth: fix service discovery behaviour for empty uuids filterJakub Pawlowski1-4/+3
2015-03-05Bluetooth: Refactor service discovery filter logicJakub Pawlowski1-70/+19
2015-03-05Bluetooth: Move Service Discovery logic before refactoringJakub Pawlowski1-62/+79