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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-21
net: sched: pkt_cls: remove unused macros from uapi
Florian Westphal
1
-27
/
+5
2015-05-21
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
Marcelo Ricardo Leitner
2
-2
/
+9
2015-05-21
inet_hashinfo: remove bsocket counter
Eric Dumazet
1
-2
/
+0
2015-05-21
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
3
-1
/
+33
2015-05-21
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
1
-1
/
+2
2015-05-19
ip: remove unused function prototype
Andy Zhou
1
-1
/
+0
2015-05-19
tcp: add rfc3168, section 6.1.1.1. fallback
Daniel Borkmann
2
-0
/
+4
2015-05-19
net-next: ethtool: Added port speed macros.
Parav Pandit
1
-1
/
+5
2015-05-19
bridge_netfilter: No ICMP packet on IPv4 fragmentation error
Andy Zhou
1
-2
/
+2
2015-05-19
ipv4: introduce frag_expire_skip_icmp()
Andy Zhou
1
-0
/
+10
2015-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-29
/
+13
2015-05-17
netns: make nsid_lock per net
WANG Cong
1
-0
/
+1
2015-05-17
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
Samudrala, Sridhar
1
-0
/
+50
2015-05-17
tcp: introduce tcp_under_memory_pressure()
Eric Dumazet
1
-0
/
+8
2015-05-17
tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
Eric Dumazet
1
-0
/
+2
2015-05-17
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-3
/
+3
2015-05-17
net: fix two sparse errors
Eric Dumazet
1
-6
/
+5
2015-05-17
net: fix sparse error in csum_replace4()
Eric Dumazet
1
-1
/
+3
2015-05-15
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
1
-0
/
+2
2015-05-14
mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask
Bert Vermeulen
1
-1
/
+2
2015-05-14
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
1
-0
/
+8
2015-05-14
tcp: syncookies: extend validity range
Eric Dumazet
1
-14
/
+24
2015-05-14
net: phy: Add phy_ignore_ta_mask to account for broken turn-around
Florian Fainelli
1
-0
/
+3
2015-05-14
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
1
-22
/
+2
2015-05-14
netfilter: bridge: neigh_head and physoutdev can't be used at same time
Florian Westphal
1
-3
/
+5
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
4
-0
/
+51
2015-05-14
net: add CONFIG_NET_INGRESS to enable ingress filtering
Pablo Neira
1
-1
/
+1
2015-05-14
netfilter: add nf_hook_list_active()
Pablo Neira
1
-5
/
+12
2015-05-14
netfilter: add hook list to nf_hook_state
Pablo Neira
1
-2
/
+5
2015-05-14
netfilter: cleanup struct nf_hook_ops indentation
Pablo Neira
1
-7
/
+7
2015-05-13
geneve: add initial netdev driver for GENEVE tunnels
John W. Linville
1
-0
/
+9
2015-05-13
geneve: move definition of geneve_hdr() to geneve.h
John W. Linville
1
-0
/
+5
2015-05-13
net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset
Pablo Neira
1
-8
/
+0
2015-05-13
packet: rollover statistics
Willem de Bruijn
1
-0
/
+7
2015-05-13
tc: introduce Flower classifier
Jiri Pirko
1
-0
/
+30
2015-05-13
flow_dissector: change port array into src, dst tuple
Jiri Pirko
3
-7
/
+10
2015-05-13
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
1
-0
/
+13
2015-05-13
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
1
-0
/
+13
2015-05-13
flow_dissector: add missing header includes
Jiri Pirko
1
-0
/
+3
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
4
-39
/
+44
2015-05-13
flow_dissector: introduce programable flow_dissector
Jiri Pirko
1
-0
/
+61
2015-05-13
net: move __skb_tx_hash to dev.c
Jiri Pirko
2
-3
/
+3
2015-05-13
net: move __skb_get_hash function declaration to flow_dissector.h
Jiri Pirko
2
-1
/
+1
2015-05-13
net: move *skb_get_poff declarations into correct header
Jiri Pirko
2
-4
/
+3
2015-05-13
flow_dissector: remove unused function flow_get_hlen declaration
Jiri Pirko
1
-3
/
+0
2015-05-13
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
4
-7
/
+14
2015-05-13
net: sched: use counter to break reclassify loops
Florian Westphal
2
-16
/
+1
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
23
-24
/
+183
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
1
-2
/
+2
2015-05-13
switchdev: align comment with other comments in block
Scott Feldman
1
-1
/
+1
[next]