summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2224-116/+299
|\
| * net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
| * vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
| * ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
| * bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-05-212-1/+2
| * arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| * arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| * arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| * arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
| * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2117-77/+238
| |\
| | * netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | * ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-161-0/+3
| | * netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-155-17/+80
| | * netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | * netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | * netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | * netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-152-6/+12
| | * Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-05-151-5/+14
| | |\
| | | * ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
| | * | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-152-6/+17
| | * | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-154-7/+13
| | * | netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
| | * | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3
* | | | Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-191-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun2017-05-181-2/+2
| * | | xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun2017-05-181-2/+2
* | | | sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
* | | | udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-184-6/+4
* | | | bridge: netlink: check vlan_default_pvid rangeTobias Jungel2017-05-181-0/+7
* | | | net: x25: fix one potential use-after-free issuelinzhang2017-05-182-9/+20
* | | | ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12
* | | | net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
* | | | ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-174-6/+16
* | | | neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
* | | | arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-171-2/+14
* | | | net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-163-28/+49
* | | | net/smc: Add warning about remote memory exposureChristoph Hellwig2017-05-161-0/+4
* | | | smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun2017-05-165-37/+8
* | | | ipmr: vrf: Find VIFs using the actual deviceThomas Winter2017-05-161-2/+16
* | | | tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-161-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-1511-101/+147
|\ \ \ \
| * | | | ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2017-05-151-1/+4
| * | | | net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-05-151-7/+7
| | |/ / | |/| |
| * | | sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-121-17/+29
| * | | tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-111-19/+19
| * | | net: sched: optimize class dumpsEric Dumazet2017-05-111-0/+6
| * | | tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-05-111-4/+5
| * | | netem: fix skb_orphan_partial()Eric Dumazet2017-05-111-12/+8
| * | | xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-112-41/+54