Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
791caeb084c57e3a4d648cf1ee799d1f70c0ef4e
/
net
41703a7
bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
by Daniel Borkmann
· 8 years ago
5990baa
arp: fixed -Wuninitialized compiler warning
by Ihar Hrachyshka
· 8 years ago
ba615f6
tcp: avoid fastopen API to be used on AF_UNSPEC
by Wei Wang
· 8 years ago
7c3f1875
net: move somaxconn init from sysctl code
by Roman Kapl
· 8 years ago
029c581
Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 8 years ago
0ff50e8
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
by Alexander Potapenko
· 8 years ago
7e06297
sctp: set new_asoc temp when processing dupcookie
by Xin Long
· 8 years ago
3ab2137
sctp: fix stream update when processing dupcookie
by Xin Long
· 8 years ago
2f9bfd3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 8 years ago
1b57b62
cfg80211: make cfg80211_sched_scan_results() work from atomic context
by Arend Van Spriel
· 8 years ago
86ca984
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
2d76b2f
net: sched: cls_matchall: fix null pointer dereference
by Jiri Pirko
· 8 years ago
499fde6
vsock: use new wait API for vsock_stream_sendmsg()
by WANG Cong
· 8 years ago
232cd35
ipv6: fix out of bound writes in __ip6_append_data()
by Eric Dumazet
· 8 years ago
6d18c73
bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
by Xin Long
· 8 years ago
7d472a5
arp: always override existing neigh entries with gratuitous ARP
by Ihar Hrachyshka
· 8 years ago
d9ef2e7
arp: postpone addr_type calculation to as late as possible
by Ihar Hrachyshka
· 8 years ago
6fd0563
arp: decompose is_garp logic into a separate function
by Ihar Hrachyshka
· 8 years ago
34eb5fe
arp: fixed error in a comment
by Ihar Hrachyshka
· 8 years ago
499350a
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
by Wei Wang
· 8 years ago
23416e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 8 years ago
9e856e4
Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
a486cd2
xfrm: fix state migration copy replay sequence numbers
by Antony Antony
· 8 years ago
aaf0475
xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static
by Wei Yongjun
· 8 years ago
14e3995
xen/9pfs: fix return value check in xen_9pfs_front_probe()
by Wei Yongjun
· 8 years ago
fdcee2c
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
by Eric Dumazet
· 8 years ago
a3f96c4
udp: make *udp*_queue_rcv_skb() functions static
by Paolo Abeni
· 8 years ago
a285860
bridge: netlink: check vlan_default_pvid range
by Tobias Jungel
· 8 years ago
64df6d5
net: x25: fix one potential use-after-free issue
by linzhang
· 8 years ago
751a9c7
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
by Willem de Bruijn
· 8 years ago
7dd7eb9
ipv6: Check ip6_find_1stfragopt() return value properly.
by David S. Miller
· 8 years ago
9142e900
net: fix compile error in skb_orphan_partial()
by Eric Dumazet
· 8 years ago
2423496
ipv6: Prevent overrun when parsing v6 header options
by Craig Gallek
· 8 years ago
77d7123
neighbour: update neigh timestamps iff update is effective
by Ihar Hrachyshka
· 8 years ago
23d268e
arp: honour gratuitous ARP _replies_
by Ihar Hrachyshka
· 8 years ago
5667c86
mac80211: strictly check mesh address extension mode
by Rajkumar Manoharan
· 8 years ago
f6c5775
net: Improve handling of failures on link and route dumps
by David Ahern
· 8 years ago
19a0f7e
net/smc: Add warning about remote memory exposure
by Christoph Hellwig
· 8 years ago
263eec9
smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY
by Ursula Braun
· 8 years ago
bcfc7d3
ipmr: vrf: Find VIFs using the actual device
by Thomas Winter
· 8 years ago
bafbb9c
tcp: eliminate negative reordering in tcp_clean_rtx_queue
by Soheil Hassas Yeganeh
· 8 years ago
c953d63
ebtables: arpreply: Add the standard target sanity check
by Gao Feng
· 8 years ago
a95cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
66eb9f8
ipv6: avoid dad-failures for addresses with NODAD
by Mahesh Bandewar
· 8 years ago
d19b183
net/packet: fix missing net_device reference release
by Douglas Caetano dos Santos
· 8 years ago
5910544
netfilter: nf_tables: revisit chain/object refcounting from elements
by Pablo Neira Ayuso
· 8 years ago
71df14b
netfilter: nf_tables: missing sanitization in data from userspace
by Pablo Neira Ayuso
· 8 years ago
fa80360
netfilter: nf_tables: can't assume lock is acquired when dumping set elems
by Liping Zhang
· 8 years ago
87e94db
netfilter: synproxy: fix conntrackd interaction
by Eric Leblond
· 8 years ago
324318f
netfilter: xtables: zero padding in data_to_user
by Willem de Bruijn
· 8 years ago
ff1e430
Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs
by Pablo Neira Ayuso
· 8 years ago
9338d7b
netfilter: nfnl_cthelper: reject del request if helper obj is in use
by Liping Zhang
· 8 years ago
d91fc59
netfilter: introduce nf_conntrack_helper_put helper function
by Liping Zhang
· 8 years ago
d110a39
netfilter: don't setup nat info for confirmed ct
by Liping Zhang
· 8 years ago
a2b7cbd
netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch
by Matthias Kaehlcke
· 8 years ago
dbc2b5e
sctp: fix src address selection if using secondary addresses for ipv6
by Xin Long
· 8 years ago
844cf76
tipc: make macro tipc_wait_for_cond() smp safe
by Jon Paul Maloy
· 8 years ago
cb395b2
net: sched: optimize class dumps
by Eric Dumazet
· 8 years ago
b451e5d
tcp: avoid fragmenting peculiar skbs in SACK
by Yuchung Cheng
· 8 years ago
f6ba8d3
netem: fix skb_orphan_partial()
by Eric Dumazet
· 8 years ago
d67b9cd
xdp: refine xdp api with regards to generic xdp
by Daniel Borkmann
· 8 years ago
0489df9
xdp: add flag to enforce driver mode
by Daniel Borkmann
· 8 years ago
83eadda
ipv6/dccp: do not inherit ipv6_mc_list from parent
by WANG Cong
· 8 years ago
c70422f
Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
73ccb02
Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
c44b5943
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
26c5eaa
Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
50fb55d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
657831f
dccp/tcp: do not inherit mc_list from parent
by Eric Dumazet
· 8 years ago
f92ceb0
DECnet: Use container_of() for embedded struct
by Kees Cook
· 8 years ago
32f1bc0
Revert "ipv4: restore rt->fi for reference counting"
by David S. Miller
· 8 years ago
f108304
treewide: convert PF_MEMALLOC manipulations to new helpers
by Vlastimil Babka
· 8 years ago
1134e09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
by Deepa Dinamani
· 8 years ago
0632466
format-security: move static strings to const
by Kees Cook
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
da6bc57
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
by Michal Hocko
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
847f716
net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern
by Michal Hocko
· 8 years ago
242d3a4
ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
by WANG Cong
· 8 years ago
29cee56
Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 8 years ago
8ed508f
vti: check nla_put_* return value
by Hangbin Liu
· 8 years ago
8403deb
vlan: Keep NETIF_F_HW_CSUM similar to other software devices
by Vlad Yasevich
· 8 years ago
1b1fc3f
tcp: make congestion control optionally skip slow start after idle
by Wei Wang
· 8 years ago
82486aa
ipv4: restore rt->fi for reference counting
by WANG Cong
· 8 years ago
3c5ab3f
ipvs: SNAT packet replies only for NATed connections
by Julian Anastasov
· 8 years ago
f1f3e9e
mac80211: fix IBSS presp allocation size
by Johannes Berg
· 8 years ago
4954601
nl80211: correctly validate MU-MIMO groups
by Johannes Berg
· 8 years ago
f8860ce
mac80211: bail out from prep_connection() if a reconfig is ongoing
by Luca Coelho
· 8 years ago
2c1497b
xfrm: Fix NETDEV_DOWN with IPSec offload
by Ilan Tayari
· 8 years ago
d90c902
af_key: Fix slab-out-of-bounds in pfkey_compile_policy.
by Steffen Klassert
· 8 years ago
e579dde
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
84b114b
tcp: randomize timestamps on syncookies
by Eric Dumazet
· 8 years ago
9051247
bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policy
by Tobias Klauser
· 8 years ago
4ac4d58
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
a964807
Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
2f46093
ipv6: initialize route null entry in addrconf_init()
by WANG Cong
· 8 years ago
77ef033
rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
by Michal Schmidt
· 8 years ago
86f4c90
ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
by Alexander Potapenko
· 8 years ago
985538e
net/sched: remove redundant null check on head
by Colin Ian King
· 8 years ago
Next »