Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
52393d617af7b554f03531e6756facf2ea687d2e
/
net
4be2970
net/lib80211: move TKIP handling to ARC4 library code
by Ard Biesheuvel
· 6 years ago
af1f3d3
net/lib80211: move WEP handling to ARC4 library code
by Ard Biesheuvel
· 6 years ago
5fdb373
net/mac80211: move WEP handling to ARC4 library interface
by Ard Biesheuvel
· 6 years ago
9cc342f
treewide: prefix header search paths with $(srctree)/
by Masahiro Yamada
· 6 years ago
227747f
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 6 years ago
1d9d7cb
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
b960a34
rxrpc: Allow the kernel to mark a call as being non-interruptible
by David Howells
· 6 years ago
bbd172e
rxrpc: Provide kernel interface to set max lifespan on a call
by David Howells
· 6 years ago
700a800
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
d0660f0
dns_resolver: Allow used keys to be invalidated
by David Howells
· 6 years ago
432d822
net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
by Sinan Kaya
· 6 years ago
318222a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
932f4a6
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
by Ira Weiny
· 6 years ago
b1c17a9
flow_dissector: disable preemption around BPF calls
by Eric Dumazet
· 6 years ago
3ebb41b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
3285a9a
net: dccp : proto: remove Unneeded variable "err"
by Hariprasad Kelam
· 6 years ago
8767137
net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable
by Vladimir Oltean
· 6 years ago
8f5e245
net: qrtr: use protocol endiannes variable
by Nicholas Mc Guire
· 6 years ago
b96a541
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
by YueHaibing
· 6 years ago
bdfad5a
bridge: Fix error path for kobject_init_and_add()
by Tobin C. Harding
· 6 years ago
601e6bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b53f497
net/tls: handle errors from padding_length()
by Jakub Kicinski
· 6 years ago
88c80be
net/tls: remove set but not used variables
by Jakub Kicinski
· 6 years ago
06cbd26
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
36096f2
packet: Fix error path in packet_init
by YueHaibing
· 6 years ago
5940d1c
SUNRPC: Rebalance a kref in auth_gss.c
by Chuck Lever
· 6 years ago
fe31ce8
SUNRPC: Fix an error code in gss_alloc_msg()
by Dan Carpenter
· 6 years ago
9c5948c
SUNRPC: task should be exit if encode return EKEYEXPIRED more times
by ZhangXiaoxu
· 6 years ago
494bc1d
net/tcp: use deferred jump label for TCP acked data hook
by Jakub Kicinski
· 6 years ago
d7e163c
Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 6 years ago
873017a
vlan: disable SIOCSHWTSTAMP in container
by Hangbin Liu
· 6 years ago
ff94683
tipc: fix hanging clients using poll with EPOLLOUT flag
by Parthasarathy Bhuvaragan
· 6 years ago
dce45af
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
680f6af
netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule
by Florian Westphal
· 6 years ago
5f05836
net/sched: avoid double free on matchall reoffload
by Pieter Jansen van Vuuren
· 6 years ago
f319ca6
openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
by Geert Uytterhoeven
· 6 years ago
19e4e76
ipv4: Fix raw socket lookup for local traffic
by David Ahern
· 6 years ago
e9919a2
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied
by Hangbin Liu
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cf482a4
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
d678714
net/sched: remove block pointer from common offload structure
by Pieter Jansen van Vuuren
· 6 years ago
a51645f
net: ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
4974f9b
net: dsa: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
ff6ab32
vrf: sit mtu should not be updated when vrf netdev is the link
by Stephen Suryaputra
· 6 years ago
68be930
net: dsa: Fix error cleanup path in dsa_init_module
by YueHaibing
· 6 years ago
638a3a1
l2tp: Fix possible NULL pointer dereference
by YueHaibing
· 6 years ago
e4acf42
taprio: add null check on sched_nest to avoid potential null pointer dereference
by Colin Ian King
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
37c0aea
net_sched: sch_fq: handle non connected flows
by Eric Dumazet
· 6 years ago
eeb84aa
net_sched: sch_fq: do not assume EDT packets are ordered
by Eric Dumazet
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
b726ec9
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
by Jeff Layton
· 6 years ago
cede185
libceph: fix unaligned accesses in ceph_entity_addr handling
by Jeff Layton
· 6 years ago
14cfbda
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
a0e928e
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5ba2a4b
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
8cd2bc9
netfilter: nf_flow_table: do not flow offload deleted conntrack entries
by Taehee Yoo
· 6 years ago
b33c448
netfilter: nf_conntrack_h323: Remove deprecated config check
by Subash Abhinov Kasiviswanathan
· 6 years ago
f8e6089
netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
by Kristian Evensen
· 6 years ago
a3c7cd0
batman-adv: mcast: fix multicast tt/tvlv worker locking
by Linus Lüssing
· 6 years ago
bdc76fd
batman-adv: Start new development cycle
by Simon Wunderlich
· 6 years ago
b362487
sch_htb: redefine htb qdisc overlimits
by Cong Wang
· 6 years ago
227d07a
net: dsa: sja1105: Add support for traffic through standalone ports
by Vladimir Oltean
· 6 years ago
97a69a0
net: dsa: Add support for deferred xmit
by Vladimir Oltean
· 6 years ago
cc1939e
net: dsa: Allow drivers to filter packets they can decode source port from
by Vladimir Oltean
· 6 years ago
f9bbe44
net: dsa: Optional VLAN-based port separation for switches without tagging
by Vladimir Oltean
· 6 years ago
146c1be
net: dsa: Export symbols for dsa_port_vid_{add, del}
by Vladimir Oltean
· 6 years ago
b2243b3
net: dsa: Call driver's setup callback after setting up its switchdev notifier
by Vladimir Oltean
· 6 years ago
88c44a5
net/sched: add block pointer to tc_cls_common_offload structure
by Pieter Jansen van Vuuren
· 6 years ago
12f02b6
net/sched: allow stats updates from offloaded police actions
by Pieter Jansen van Vuuren
· 6 years ago
b7fe4ab
net/sched: extend matchall offload for hardware statistics
by Pieter Jansen van Vuuren
· 6 years ago
8c8cfc6
net/sched: add police action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
fa762da
net/sched: move police action structures to header
by Pieter Jansen van Vuuren
· 6 years ago
dfcb19f
net/sched: remove unused functions for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
9681e8b
net/dsa: use intermediate representation for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
f00cbf19
net/sched: use the hardware intermediate representation for matchall
by Pieter Jansen van Vuuren
· 6 years ago
a7a7be6
net/sched: add sample action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
1ffad6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
eabb478
netfilter: xt_hashlimit: use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
43c8f13
netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
by Taehee Yoo
· 6 years ago
edbd82c
netfilter: nf_tables: fix base chain stat rcu_dereference usage
by Florian Westphal
· 6 years ago
f5e85ce
netfilter: nf_conntrack_h323: restore boundary check correctness
by Jakub Jankowski
· 6 years ago
19ab5f4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
8c3c447
net: use indirect calls helpers at the socket layer
by Paolo Abeni
· 6 years ago
97ff7ff
net: use indirect calls helpers at early demux stage
by Paolo Abeni
· 6 years ago
0e219ae
net: use indirect calls helpers for L3 handler hooks
by Paolo Abeni
· 6 years ago
f5737cb
net: use indirect calls helpers for ptype hook
by Paolo Abeni
· 6 years ago
f80c5da
Bluetooth: Ignore CC events not matching the last HCI command
by João Paulo Rechi Vita
· 6 years ago
fdd1a81
net: atm: clean up a range check
by Dan Carpenter
· 6 years ago
d14a108
net: rds: fix spelling mistake "syctl" -> "sysctl"
by Colin Ian King
· 6 years ago
594725d
cls_cgroup: avoid panic when receiving a packet before filter set
by Matteo Croce
· 6 years ago
ca96534
openvswitch: check for null pointer return from nla_nest_start_noflag
by Colin Ian King
· 6 years ago
a5995e7
ipv4: Move exception bucket to nh_common
by David Ahern
· 6 years ago
87063a1f
ipv4: Pass fib_nh_common to rt_cache_route
by David Ahern
· 6 years ago
0f457a3
ipv4: Move cached routes to fib_nh_common
by David Ahern
· 6 years ago
Next »