summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-08-20net: remove empty inet_exit_netLi RongQing1-5/+0
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-15/+35
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-19net: flow_offload: convert block_ing_cb_list to regular list typeVlad Buslov1-6/+7
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller39-196/+429
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton1-0/+3
2019-08-19svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2-16/+11
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever2-8/+2
2019-08-19netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro1-11/+25
2019-08-19netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso1-0/+6
2019-08-19netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann1-4/+4
2019-08-19netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2-3/+18
2019-08-19tipc: clean up skb list lock handling on send pathJon Maloy6-25/+26
2019-08-18xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-0/+50
2019-08-18bpf: support cloning sk storage on accept()Stanislav Fomichev2-6/+107
2019-08-18net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-18xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson4-19/+150
2019-08-18xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2-3/+3
2019-08-17devlink: Add generic packet traps and groupsIdo Schimmel1-0/+12
2019-08-17devlink: Add packet trap infrastructureIdo Schimmel2-5/+1064
2019-08-17drop_monitor: Allow user to start monitoring hardware dropsIdo Schimmel1-3/+121
2019-08-17drop_monitor: Add support for summary alert mode for hardware dropsIdo Schimmel1-2/+193
2019-08-17drop_monitor: Add support for packet alert mode for hardware dropsIdo Schimmel1-4/+300
2019-08-17drop_monitor: Consider all monitoring states before performing configurationIdo Schimmel1-2/+7
2019-08-17drop_monitor: Add basic infrastructure for hardware dropsIdo Schimmel1-0/+28
2019-08-17drop_monitor: Initialize hardware per-CPU dataIdo Schimmel1-2/+23
2019-08-17drop_monitor: Move per-CPU data init/fini to separate functionsIdo Schimmel1-17/+36
2019-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-3/+40
2019-08-17net: bridge: mdb: allow add/delete for host-joined groupsNikolay Aleksandrov3-30/+80
2019-08-17net: bridge: mdb: dump host-joined entries as wellNikolay Aleksandrov1-10/+31
2019-08-17net: bridge: mdb: factor out mdb fillingNikolay Aleksandrov1-31/+37
2019-08-17net: bridge: mdb: move vlan commentsNikolay Aleksandrov1-6/+6
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit1-5/+0
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann3-1/+33
2019-08-17tipc: fix false detection of retransmit failuresTuong Lien2-43/+57
2019-08-16Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-10/+11
2019-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-28/+98
2019-08-15net/packet: fix race in tpacket_snd()Eric Dumazet1-0/+7
2019-08-15Merge tag 'linux-can-next-for-5.4-20190814' of git://git.kernel.org/pub/scm/l...David S. Miller5-362/+436
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend1-1/+2
2019-08-15page_pool: fix logic in __page_pool_get_cachedJonathan Lemon1-23/+16
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover3-1/+14
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch1-0/+2
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason1-1/+1
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason1-1/+11
2019-08-15page_pool: remove unnecessary variable initYunsheng Lin1-1/+1
2019-08-15net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon1-3/+90
2019-08-15netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argumentNathan Chancellor1-2/+2
2019-08-14batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet1-1/+1
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-9/+10