index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
netfilter: nf_tables: match on tunnel metadata
Pablo Neira Ayuso
2
-1
/
+126
2018-08-03
netfilter: nf_tables: add tunnel support
Pablo Neira Ayuso
5
-1
/
+534
2018-08-03
netfilter: nft_tproxy: Add missing config check
Máté Eckl
1
-0
/
+2
2018-08-03
netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUT
Harsha Sharma
2
-6
/
+1
2018-08-03
netfilter: nf_tables: remove unused variable
YueHaibing
1
-2
/
+0
2018-08-03
netfilter: nf_tables: flow event notifier must use transaction mutex
Florian Westphal
1
-2
/
+2
2018-08-03
netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osf
Fernando Fernandez Mancera
5
-4
/
+4
2018-08-03
netfilter: nf_osf: move nf_osf_fingers to non-uapi header file
Fernando Fernandez Mancera
2
-2
/
+2
2018-08-03
netfilter: use kvmalloc_array to allocate memory for hashtable
Li RongQing
5
-30
/
+11
2018-07-30
netfilter: nf_tables: Add native tproxy support
Máté Eckl
4
-0
/
+341
2018-07-30
netfilter: nf_tables: implement Passive OS fingerprint module in nft_osf
Fernando Fernandez Mancera
4
-0
/
+121
2018-07-30
netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.c
Fernando Fernandez Mancera
4
-154
/
+169
2018-07-30
netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.c
Fernando Fernandez Mancera
3
-6
/
+11
2018-07-30
netfilter: use PTR_ERR_OR_ZERO()
YueHaibing
2
-6
/
+2
2018-07-30
netfilter: nf_osf: add nf_osf_find()
Pablo Neira Ayuso
2
-0
/
+39
2018-07-30
netfilter: nf_tables: handle meta/lookup with direct call
Florian Westphal
4
-7
/
+28
2018-07-26
Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
10
-313
/
+612
2018-07-26
netdevsim: make debug dirs' dentries static
Jakub Kicinski
2
-6
/
+3
2018-07-26
Merge branch 'docs-net-Convert-netdev-FAQ-to-RST'
David S. Miller
7
-259
/
+271
2018-07-26
docs: Update references to netdev-FAQ
Tobin C. Harding
2
-13
/
+10
2018-07-26
docs: net: Convert netdev-FAQ to restructured text
Tobin C. Harding
4
-246
/
+260
2018-07-26
docs: Add rest label the_canonical_patch_format
Tobin C. Harding
1
-0
/
+1
2018-07-26
net: adaptec: Replace mdelay() with msleep() in starfire_init_one()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
1
-4
/
+4
2018-07-26
isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()
Jia-Ju Bai
1
-1
/
+1
2018-07-26
net: hns: make hns_dsaf_roce_reset non static
YueHaibing
1
-1
/
+1
2018-07-26
net/mlx5e: TX, Use function to access sq_dma object in fifo
Tariq Toukan
1
-10
/
+9
2018-07-26
net/mlx5e: TX, Move DB fields in TXQ-SQ struct
Tariq Toukan
1
-6
/
+4
2018-07-26
net/mlx5e: RX, Prefetch the xdp_frame data area
Tariq Toukan
1
-0
/
+1
2018-07-26
net/mlx5e: Add support for XDP_REDIRECT in device-out side
Tariq Toukan
7
-21
/
+154
2018-07-26
net/mlx5e: Re-order fields of struct mlx5e_xdpsq
Tariq Toukan
4
-18
/
+19
2018-07-26
net/mlx5e: Refactor XDP counters
Tariq Toukan
5
-26
/
+52
2018-07-26
net/mlx5e: Make XDP xmit functions more generic
Tariq Toukan
4
-42
/
+61
2018-07-26
net/mlx5e: Add counter for XDP redirect in RX
Tariq Toukan
3
-0
/
+6
2018-07-26
net/mlx5e: Move XDP related code into new XDP files
Tariq Toukan
7
-215
/
+293
2018-07-26
net/mlx5e: Restrict the combination of large MTU and XDP
Tariq Toukan
2
-8
/
+33
2018-07-26
net/mlx5e: Gather all XDP pre-requisite checks in a single function
Tariq Toukan
1
-11
/
+22
2018-07-26
net/mlx5e: Do not recycle RX pages in interface down flow
Tariq Toukan
1
-17
/
+20
2018-07-26
net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow
Tariq Toukan
3
-3
/
+2
2018-07-26
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
5
-111
/
+250
2018-07-26
net: sched: unmark chain as explicitly created on delete
Jiri Pirko
1
-0
/
+1
2018-07-26
tls: Skip zerocopy path for ITER_KVEC
Doron Roberts-Kedes
1
-3
/
+4
2018-07-26
net: sched: cls_api: fix dead code in switch
Gustavo A. R. Silva
1
-1
/
+0
2018-07-26
l2tp: remove ->recv_payload_hook
Guillaume Nault
5
-39
/
+18
2018-07-26
tipc: add missing dev_put() on error in tipc_enable_l2_media
YueHaibing
1
-0
/
+1
2018-07-26
net/tls: Removed redundant checks for non-NULL
Vakul Garg
1
-6
/
+3
2018-07-26
cbs: Add support for the graft function
Vinicius Costa Gomes
1
-9
/
+125
2018-07-26
net: hns: Make many functions static
YueHaibing
10
-52
/
+60
[next]