summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-1864-485/+770
|\
| * tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-181-2/+2
| * ipv6: sr: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
| * Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-07-186-10/+93
| |\
| | * batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing2018-06-231-2/+4
| | * batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing2018-06-231-1/+2
| | * batman-adv: Fix debugfs path for renamed softifSven Eckelmann2018-06-233-6/+53
| | * batman-adv: Fix debugfs path for renamed hardifSven Eckelmann2018-06-233-0/+29
| | * batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann2018-06-231-1/+3
| | * batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dumpSven Eckelmann2018-06-231-1/+3
| * | net: sched: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
| * | net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
| * | net/smc: add error handling for get_user()Ursula Braun2018-07-181-1/+2
| * | net/smc: optimize consumer cursor updatesUrsula Braun2018-07-181-2/+10
| * | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa2018-07-181-3/+6
| * | ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann2018-07-181-0/+1
| * | net/smc: take sock lock in smc_ioctl()Ursula Braun2018-07-161-4/+15
| * | net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern2018-07-161-0/+7
| * | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
| * | ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca2018-07-161-1/+1
| * | net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole2018-07-161-1/+2
| * | tls: Stricter error checking in zerocopy sendmsg pathDave Watson2018-07-161-1/+1
| * | KEYS: DNS: fix parsing multiple optionsEric Biggers2018-07-161-12/+16
| * | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-162-21/+48
| * | ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-162-18/+44
| * | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-132-29/+0
| * | tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-131-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-133-36/+40
| |\ \
| | * | xsk: do not return EMSGSIZE in copy mode for packets larger than MTUMagnus Karlsson2018-07-131-6/+1
| | * | xsk: always return ENOBUFS from sendmsg if there is no TX queueMagnus Karlsson2018-07-131-3/+2
| | * | xsk: do not return EAGAIN from sendmsg when completion queue is fullMagnus Karlsson2018-07-131-3/+1
| | * | xsk: do not return ENXIO from TX copy modeMagnus Karlsson2018-07-131-3/+1
| | * | bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-111-3/+14
| | * | bpf: fix availability probing for seg6 helpersMathieu Xhonneux2018-07-111-15/+8
| | * | bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann2018-07-101-3/+13
| * | | skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-131-2/+1
| * | | packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-07-121-0/+2
| * | | nsh: set mac len based on inner packetWillem de Bruijn2018-07-121-1/+1
| * | | net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-121-0/+2
| * | | tcp: allow user to create repair socket without window probesStefan Baranoff2018-07-121-3/+5
| * | | tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff2018-07-121-5/+18
| * | | sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-121-7/+18
| * | | Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/sc...David S. Miller2018-07-121-0/+6
| |\ \ \
| | * | | ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel2018-07-051-0/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-0914-100/+90
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal2018-07-091-0/+2
| | * | | netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin2018-07-091-1/+1
| | * | | netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal2018-07-091-0/+13
| | * | | netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-066-83/+44
| | * | | netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-063-16/+28
OpenPOWER on IntegriCloud