summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-03-051-4/+7
| | * | | net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-042-4/+13
| * | | | sunrpc: fix braino in ->poll()Al Viro2015-03-081-1/+1
| * | | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-081-1/+3
| |\ \ \ \
| | * | | | net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-071-1/+3
| * | | | | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-03-062-2/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge tag 'nfs-rdma-for-4.0-3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-232-2/+3
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | xprtrdma: Store RDMA credits in unsigned variablesChuck Lever2015-02-232-2/+3
* | | | | | net: Remove protocol from struct dst_opsEric W. Biederman2015-03-096-8/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-0916-136/+319
|\ \ \ \ \ \
| * | | | | | netfilter: bridge: move DNAT helper to br_netfilterPablo Neira Ayuso2015-03-093-4/+38
| * | | | | | netfilter: bridge: refactor conditional in br_nf_dev_queue_xmitFlorian Westphal2015-03-091-3/+6
| * | | | | | netfilter: bridge: move nf_bridge_update_protocol to where its usedFlorian Westphal2015-03-091-0/+8
| * | | | | | bridge: move mac header copying into br_netfilterFlorian Westphal2015-03-092-4/+29
| * | | | | | netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso2015-03-061-3/+4
| * | | | | | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-063-39/+37
| * | | | | | netfilter: nf_tables: consolidate tracing invocationsPatrick McHardy2015-03-061-7/+4
| * | | | | | netfilter: nf_tables: minor tracing cleanupsPatrick McHardy2015-03-061-49/+49
| * | | | | | netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_clusterPablo Neira Ayuso2015-03-061-0/+7
| * | | | | | netfilter: bridge: rework reject handlingFlorian Westphal2015-03-031-18/+66
| * | | | | | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-035-11/+73
* | | | | | | mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven2015-03-091-2/+2
* | | | | | | tipc: fix inconsistent signal handling regressionErik Hugne2015-03-091-6/+6
* | | | | | | switchdev: use gpl variant of symbol exportJiri Pirko2015-03-091-12/+12
* | | | | | | tipc: sparse: fix htons conversion warningsErik Hugne2015-03-091-4/+4
* | | | | | | 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