summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg2017-01-241-2/+0Star
* | | net: dsa: Check return value of phy_connect_direct()Florian Fainelli2017-01-231-4/+2Star
* | | net: mpls: Fix multipath selection for LSR use caseDavid Ahern2017-01-231-23/+25
* | | bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera2017-01-201-14/+19
* | | Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller2017-01-201-1/+1
* | | net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-01-201-1/+1
* | | ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet2017-01-201-0/+2
* | | virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-01-201-2/+2
* | | tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-01-191-0/+1
* | | ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-01-191-3/+1Star
* | | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-183-7/+75
* | | net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
* | | net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-01-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1727-92/+152
|\ \ \
| * | | net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-171-3/+2Star
| * | | ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
| * | | bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-5/+4Star
| * | | tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
| * | | ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2