summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-16netfilter: xt_time: use time64_tArnd Bergmann1-8/+11
2019-11-13Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso1-5/+18
2019-11-13netfilter: nft_payload: add C-VLAN supportPablo Neira Ayuso1-7/+16
2019-11-13netfilter: nf_tables_offload: pass extack to nft_flow_cls_offload_setup()Pablo Neira Ayuso1-4/+8
2019-11-13netfilter: nf_tables: add nft_payload_rebuild_vlan_hdr()Pablo Neira Ayuso1-5/+14
2019-11-13netfilter: nft_payload: simplify vlan header handlingPablo Neira Ayuso1-19/+9
2019-11-13netfilter: nft_meta: offload support for interface indexPablo Neira Ayuso1-0/+4
2019-11-13bridge: implement get_link_ksettings ethtool methodMatthias Schiffer1-2/+34
2019-11-13net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocolFlorian Fainelli2-10/+1
2019-11-13tipc: update mon's self addr when node addr generatedHoang Le3-0/+18
2019-11-13netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso6-3/+794
2019-11-13netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso4-2/+22
2019-11-13netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2-24/+69
2019-11-13netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso1-15/+4
2019-11-13netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso1-24/+11
2019-11-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-5/+14
2019-11-12net/sched: actions: remove unused 'order'Davide Caratti1-1/+0
2019-11-12devlink: Allow large formatted message of binary outputAya Levin1-9/+15
2019-11-12tipc: fix update of the uninitialized variable errColin Ian King1-1/+1
2019-11-12lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long1-6/+8
2019-11-12lwtunnel: get nlsize for erspan options properlyXin Long1-1/+7
2019-11-12lwtunnel: change to use nla_parse_nested on new optionsXin Long1-8/+8
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller25-78/+224
2019-11-09sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long1-14/+40
2019-11-09sctp: add support for Primary Path SwitchoverXin Long5-1/+23
2019-11-09sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long1-0/+79
2019-11-09sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long1-18/+14
2019-11-09sctp: add pf_expose per netns and sock and asocXin Long4-2/+25
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+41
2019-11-09packet: fix data-race in fanout_flow_is_huge()Eric Dumazet1-3/+9
2019-11-09tipc: add support for AEAD key setting via netlinkTuong Lien3-1/+156
2019-11-09tipc: introduce TIPC encryption & authenticationTuong Lien17-46/+2385
2019-11-09tipc: enable creating a "preliminary" nodeTuong Lien2-27/+73
2019-11-09tipc: add reference counter to bearerTuong Lien2-1/+16
2019-11-08net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet2-2/+2
2019-11-08vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-08Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub...David S. Miller4-75/+90
2019-11-08cfg80211: VLAN offload support for set_key and set_sta_vlanGurumoorthi Gnanasambandhan1-0/+11
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen2-2/+2
2019-11-08mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg1-54/+49
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin1-20/+29
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-11-08tipc: eliminate checking netns if node establishedHoang Le1-9/+5
2019-11-08net: add annotations on hh->hh_len lockless accessesEric Dumazet2-3/+8
2019-11-08devlink: Add layer 3 generic packet exception trapsAmit Cohen1-0/+6
2019-11-08devlink: Add layer 3 generic packet trapsAmit Cohen1-0/+9
2019-11-08tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet2-3/+3
2019-11-08inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10