aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-05-21bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long
2017-05-21arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka
2017-05-21arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka
2017-05-21arp: decompose is_garp logic into a separate functionIhar Hrachyshka
2017-05-21arp: fixed error in a commentIhar Hrachyshka
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-05-19Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-18xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun
2017-05-18xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2017-05-18bridge: netlink: check vlan_default_pvid rangeTobias Jungel
2017-05-18net: x25: fix one potential use-after-free issuelinzhang
2017-05-18netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2017-05-17arp: honour gratuitous ARP _replies_Ihar Hrachyshka
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-16net/smc: Add warning about remote memory exposureChristoph Hellwig
2017-05-16smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun
2017-05-16ipmr: vrf: Find VIFs using the actual deviceThomas Winter
2017-05-16tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-05-16ebtables: arpreply: Add the standard target sanity checkGao Feng
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso
2017-05-15netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso
2017-05-15netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang
2017-05-15netfilter: synproxy: fix conntrackd interactionEric Leblond
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn
2017-05-15Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang
2017-05-15netfilter: don't setup nat info for confirmed ctLiping Zhang
2017-05-15netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke
2017-05-12sctp: fix src address selection if using secondary addresses for ipv6Xin Long
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy
2017-05-11net: sched: optimize class dumpsEric Dumazet
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann