summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-03-06switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman
2015-03-06ipv4: Fix unused variable warnings in fib_table_flush_external.David S. Miller
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman
2015-03-06switchdev: implement IPv4 fib ndo wrappersScott Feldman
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman
2015-03-06net: dsa: extract dsa switch tree setup and removalFlorian Fainelli
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli
2015-03-06net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli
2015-03-06net: dsa: allow deferred probingFlorian Fainelli
2015-03-06net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli
2015-03-05inet_diag: remove duplicate code from inet_twsk_diag_dump()Eric Dumazet
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-05tipc: add ip/udp media typeErik Hugne
2015-03-05tipc: increase size of tipc discovery messagesErik Hugne
2015-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-05net_sched: move tp->root allocation into fw_init()WANG Cong
2015-03-05net_sched: move tp->root allocation into route4_init()WANG Cong
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso
2015-03-06netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy
2015-03-06netfilter: nf_tables: minor tracing cleanupsPatrick McHardy
2015-03-06netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso
2015-03-05bridge: Extend Proxy ARP design to allow optional rules for Wi-FiJouni Malinen
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot
2015-03-04fib_trie: Prevent allocating tnode if bits is too big for size_tAlexander Duyck
2015-03-04fib_trie: Update last spot w/ idx >> n->bits code and explanationAlexander Duyck
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck
2015-03-04fib_trie: move leaf and tnode to occupy the same spot in the key vectorAlexander Duyck
2015-03-04fib_trie: Update insert and delete to make use of tp from find_nodeAlexander Duyck
2015-03-04fib_trie: Fib find node should return parentAlexander Duyck
2015-03-04fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leafAlexander Duyck
2015-03-04fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...Alexander Duyck
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-04netfilter: nf_tables: fix error handling of rule replacementPablo Neira Ayuso
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy
2015-03-04netfilter: nf_tables: check for overflow of rule dlen fieldPatrick McHardy
2015-03-04netfilter: nf_tables: fix transaction race conditionPatrick McHardy
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman