summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-21Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2017-02-21netfilter: nfnetlink: remove static declaration from err_listLiping Zhang
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik
2017-02-06netfilter: ctnetlink: Fix regression in CTA_HELP processingKevin Cernekee
2017-02-06netfilter: ctnetlink: Fix regression in CTA_STATUS processingKevin Cernekee
2017-02-06netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina
2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman
2017-01-30Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...David S. Miller
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-25Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan
2017-01-24tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern
2017-01-20Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-01-20bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King