aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel6-0/+531
2018-05-03net: initial AF_XDP skeletonBjörn Töpel3-4/+16
2018-05-03dccp: fix tasklet usageEric Dumazet2-3/+13
2018-05-03smc: fix sendpage() callStefan Raspl1-2/+4
2018-05-03net/smc: handle unregistered buffersKarsten Graul3-5/+24
2018-05-03net/smc: call consolidationKarsten Graul1-20/+15
2018-05-03net: bridge: Notify about !added_by_user FDB entriesPetr Machata4-26/+33
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata2-4/+11
2018-05-03net: bridge: avoid duplicate notification on up/down/change netdev eventsNikolay Aleksandrov3-8/+17
2018-05-03tcp: restore autocorkingEric Dumazet1-1/+1
2018-05-03ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() commentSun Lianwen1-1/+1
2018-05-03rds: do not leak kernel memory to user landEric Dumazet1-0/+1
2018-05-03net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh1-0/+6
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov1-65/+53
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-05-02ipv6: Revert "ipv6: Allow non-gateway ECMP for IPv6"Ido Schimmel1-0/+3
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun1-3/+23
2018-05-02net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSDUrsula Braun1-3/+30
2018-05-02net/smc: ipv6 support for smc_diag.cKarsten Graul1-9/+30
2018-05-02net/smc: periodic testlink supportKarsten Graul6-3/+75
2018-05-02net/smc: restrict non-blocking connect finishUrsula Braun1-6/+8
2018-05-02sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long1-0/+6
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell1-1/+3
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti1-0/+1
2018-05-01net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh1-4/+39
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli1-1/+2
2018-05-01ipv6: Allow non-gateway ECMP for IPv6Thomas Winter1-3/+0
2018-05-01udp: disable gso with no_check_txWillem de Bruijn2-0/+8
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-05-01cls_flower: Support multiple masks per priorityPaul Blakey1-101/+174
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner1-84/+46
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner1-3/+9
2018-05-01net/tls: Add generic NIC offload infrastructureIlya Lesokhin5-3/+1265
2018-05-01net/tls: Split conf to rx + txBoris Pismenny2-111/+130
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin1-0/+1
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2-0/+7
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2018-05-01tcp: Add clean acked data hookIlya Lesokhin1-0/+25
2018-05-01change the comment of vti6_ioctlSun Lianwen1-1/+1
2018-04-30net: bridge: Publish bridge accessor functionsPetr Machata3-0/+72
2018-04-30ipv6: sr: extract the right key values for "seg6_make_flowlabel"Ahmed Abdelsalam1-1/+1
2018-04-30erspan: auto detect truncated packets.William Tu2-0/+12
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli1-0/+1
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck1-6/+4
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet3-90/+108