summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-03xsk: support for TxMagnus Karlsson
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel
2018-05-03xsk: add support for bind for RxMagnus Karlsson
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel
2018-05-03xsk: add umem fill queue support and mmapMagnus Karlsson
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-05-03dccp: fix tasklet usageEric Dumazet
2018-05-03smc: fix sendpage() callStefan Raspl
2018-05-03net/smc: handle unregistered buffersKarsten Graul
2018-05-03net/smc: call consolidationKarsten Graul
2018-05-03net: bridge: Notify about !added_by_user FDB entriesPetr Machata
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata
2018-05-03net: bridge: avoid duplicate notification on up/down/change netdev eventsNikolay Aleksandrov
2018-05-03tcp: restore autocorkingEric Dumazet
2018-05-03ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen
2018-05-03rds: do not leak kernel memory to user landEric Dumazet
2018-05-03net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul
2018-05-02net/smc: periodic testlink supportKarsten Graul
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter
2018-05-01udp: disable gso with no_check_txWillem de Bruijn
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang
2018-05-01cls_flower: Support multiple masks per priorityPaul Blakey
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin