summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-12-12netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek-4/+4
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai-0/+5
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella-0/+2
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang-0/+1
2019-12-07inet: protect against too small mtu values.Eric Dumazet-0/+5
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault-3/+3
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault-3/+13
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault-2/+3
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley-8/+7
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca-2/+4
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca-1/+1
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi-0/+1
2019-11-28net/tls: use sg_next() to walk sg entriesJakub Kicinski-1/+1
2019-11-28net/tls: remove the dead inplace_crypto codeJakub Kicinski-1/+0
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-6/+6
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-11-26net: inet_is_local_reserved_port() port arg should be unsigned shortMaciej Żenczykowski-2/+2
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski-4/+4
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-289/+797
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2019-11-23sctp: cache netns in sctp_ep_commonXin Long-0/+3
2019-11-22net: inet_is_local_reserved_port() should return bool not intMaciej Żenczykowski-4/+4
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2019-11-22net: flow_dissector: Wrap unionized VLAN fields in a structPetr Machata-3/+5
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen-0/+16
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan-0/+19
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen-0/+29
2019-11-21ipv4: use dst hint for ipv4 list receivePaolo Abeni-0/+4
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni-0/+10
2019-11-21ipv6: keep track of routes using srcPaolo Abeni-0/+33
2019-11-21ipv6: add fib6_has_custom_rules() helperPaolo Abeni-0/+9
2019-11-20net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi-6/+18
2019-11-20page_pool: Add API to update numa nodeSaeed Mahameed-0/+7
2019-11-20netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso-3/+6
2019-11-20netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso-0/+2
2019-11-20netfilter: nf_tables: constify nft_reg_load{8, 16, 64}()Pablo Neira Ayuso-3/+3
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn-0/+2
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer-0/+2
2019-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+7
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon-42/+14
2019-11-15netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso-3/+6
2019-11-15net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean-0/+2
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun-0/+2
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun-0/+2
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella-6/+12
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella-4/+1
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella-8/+7
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella-1/+1