summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-308-28/+17Star
* net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-303-14/+51
* net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli2017-01-301-0/+26
* net: add devm version of alloc_etherdev_mqs functionRafał Miłecki2017-01-301-0/+28
* Merge tag 'batadv-next-for-davem-20170128' of git://git.open-mesh.org/linux-m...David S. Miller2017-01-303-3/+5
|\
| * batman-adv: Fix includes for IS_ERR/ERR_PTRSven Eckelmann2017-01-282-2/+2
| * batman-adv: Fix double call of dev_queue_xmitSven Eckelmann2017-01-281-1/+3
* | tcp: include locally failed retries in retransmission statsYuchung Cheng2017-01-301-9/+9
* | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-301-1/+5
* | openvswitch: Simplify do_execute_actions().andy zhou2017-01-301-22/+20Star
* | net: dsa: pass bridge device when a port leavesVivien Didelot2017-01-301-5/+5
* | net: dsa: move bridge device in dsa_portVivien Didelot2017-01-302-6/+5Star
* | net: dsa: store a dsa_port in dsa_slave_privVivien Didelot2017-01-307-100/+96Star
* | net: dsa: add ds and index to dsa_portVivien Didelot2017-01-301-0/+6
* | net: dsa: use ds->num_ports when possibleVivien Didelot2017-01-307-19/+19
* | net: dsa: variable number of portsVivien Didelot2017-01-302-3/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2853-269/+408
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-2752-268/+407
| |\ \
| | * | tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-275-9/+9
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-2619-88/+103
| | |\ \
| | | * | netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso2017-01-241-0/+1
| | | * | netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-243-14/+14
| | | * | netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso2017-01-241-7/+9
| | | * | netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-242-2/+2
| | | * | netfilter: nf_tables: validate the name size when possibleLiping Zhang2017-01-234-11/+22
| | | * | netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-191-19/+20
| | | * | netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-191-5/+2Star
| | | * | netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann2017-01-181-1/+6
| | | * | netfilter: Fix typo in NF_CONNTRACK Kconfig option descriptionWilliam Breathitt Gray2017-01-161-1/+1
| | | * | netfilter: nf_tables: fix possible oops when dumping stateful objectsLiping Zhang2017-01-161-2/+3
| | | * | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-164-27/+17Star
| | | * | tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-092-0/+2
| | | * | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-092-0/+5
| | * | | Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-01-261-5/+5
| | |\ \ \
| | | * | | batman-adv: Decrease hardif refcnt on fragmentation send errorSven Eckelmann2017-01-041-5/+5
| | * | | | net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli2017-01-251-0/+2
| | * | | | tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-251-1/+1
| | * | | | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long2017-01-251-1/+1
| | * | | | sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long2017-01-251-1/+5
| | * | | | lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-01-241-1/+5
| | * | | | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-245-0/+6
| | * | | | tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-01-241-3/+1Star
| | * | | | tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-01-241-6/+7
| | * | | | tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-01-241-11/+5Star
| | * | | | tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-01-241-9/+10
| | * | | | tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2017-01-242-54/+71
| | * | | | tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan2017-01-241-2/+7
| | * | | | ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-01-241-12/+22
| | * | | | ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-01-242-0/+5
| | * | | | af_unix: move unix_mknod() out of bindlockWANG Cong2017-01-241-11/+16