Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fb4ee67529ff3e4c5874768477887c2df5714c96
/
net
fb4ee67
net/ncsi: Add NCSI OEM command support
by Vijay Khemka
· 6 years ago
068b88c
socket: Tighten no-error check in bind()
by Jakub Sitnicki
· 6 years ago
fda21d4
ipv6: do not leave garbage in rt->fib6_metrics
by Eric Dumazet
· 6 years ago
f2e9de2
udp: gro behind static key
by Willem de Bruijn
· 6 years ago
95278dd
net_sched: convert idrinfo->lock from spinlock to a mutex
by Cong Wang
· 6 years ago
6f52f80
net/neigh: Extend dump filter to proxy neighbor dumps
by David Ahern
· 6 years ago
1620a33
net: Move free of dst_metrics to helper
by David Ahern
· 6 years ago
e1255ed
net: common metrics init helper for dst_entry
by David Ahern
· 6 years ago
cc5f0eb
net: Move free of fib_metrics to helper
by David Ahern
· 6 years ago
767a221
net: common metrics init helper for FIB entries
by David Ahern
· 6 years ago
5a781cc
tc: Add support for configuring the taprio scheduler
by Vinicius Costa Gomes
· 6 years ago
1651178
devlink: Add generic parameter msix_vec_per_pf_min
by Vasundhara Volam
· 6 years ago
f61cba4
devlink: Add generic parameter msix_vec_per_pf_max
by Vasundhara Volam
· 6 years ago
e3b5106
devlink: Add generic parameter ignore_ari
by Vasundhara Volam
· 6 years ago
9e50727
Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 6 years ago
f0e834e
Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 6 years ago
bbb4c43
dns: Allow the dns resolver to retrieve a server set
by David Howells
· 6 years ago
e908bcf
rxrpc: Allow the reply time to be obtained on a client call
by David Howells
· 6 years ago
2070a3e
rxrpc: Allow the reply time to be obtained on a client call
by David Howells
· 6 years ago
5a790b7
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
by David Howells
· 6 years ago
46894a1
rxrpc: Use IPv4 addresses throught the IPv6
by David Howells
· 6 years ago
b3cfb6f
rxrpc: Emit the data Tx trace line before transmitting
by David Howells
· 6 years ago
d2944b1
rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb()
by David Howells
· 6 years ago
6f41617
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
db7ff19
devlink: Add extack for eswitch operations
by Eli Britstein
· 6 years ago
2cc543f
sctp: fix fall-through annotation
by Gustavo A. R. Silva
· 6 years ago
4e6d472
tls: Add support for inplace records encryption
by Vakul Garg
· 6 years ago
00538ba
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
64199fc
ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
by Eric Dumazet
· 6 years ago
e4a38c0
ipv6: add vrf table handling code for ipv6 mcast
by Patrick Ruddy
· 6 years ago
854da99
ipv4: Allow sending multicast packets on specific i/f using VRF socket
by Robert Shearman
· 6 years ago
6919622a
bridge: mcast: Default back to multicast enabled state
by Ido Schimmel
· 6 years ago
8873c06
tcp: do not release socket ownership in tcp_close()
by Eric Dumazet
· 6 years ago
744486d
net: inet6_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
84db840
net: rtm_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
8823a3a
net: rtmsg_to_fib6_config() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
dc92095
net: ip6_update_pmtu() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
d456336
net: remove 1 always zero parameter from ip6_redirect_no_header()
by Maciej Żenczykowski
· 6 years ago
0b26fb1
net: ip6_redirect_no_header() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
1f7f10a
net: ip6_redirect() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
e8e3fbe
net: inet_rtm_getroute() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
e351bb6
net: ip_rt_get_source() - use new style struct initializer instead of memset
by Maciej Żenczykowski
· 6 years ago
0e1d6ec
rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
by Eric Dumazet
· 6 years ago
2ab2ddd
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
by Eric Dumazet
· 6 years ago
cc16567
net: drop unused skb_append_datato_frags()
by Paolo Abeni
· 6 years ago
6fe9487
bond: take rcu lock in netpoll_send_skb_on_dev
by Dave Jones
· 6 years ago
893626d6
rtnetlink: Fail dump if target netnsid is invalid
by David Ahern
· 6 years ago
7f6d655
Revert "openvswitch: Fix template leak in error cases."
by Flavio Leitner
· 6 years ago
fb420d5
tcp/fq: move back to CLOCK_MONOTONIC
by Eric Dumazet
· 6 years ago
460b360
net_sched: fix a crash in tc_new_tfilter()
by Cong Wang
· 6 years ago
92d7c74
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 6 years ago
789762c
tcp: adjust rcv zerocopy hints based on frag sizes
by Soheil Hassas Yeganeh
· 6 years ago
8f2b029
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
by Soheil Hassas Yeganeh
· 6 years ago
d949cfe
tipc: ignore STATE_MSG on wrong link session
by LUU Duc Canh
· 6 years ago
aeadd93
net: sched: act_ipt: check for underflow in __tcf_ipt_init()
by Dan Carpenter
· 6 years ago
2240c12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
ee0b6f4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
041a14d
tcp: start receiver buffer autotuning sooner
by Yuchung Cheng
· 6 years ago
1ad98e9
tcp/dccp: fix lockdep issue when SYN is backlogged
by Eric Dumazet
· 6 years ago
c8424dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
c140eb1
tipc: fix failover problem
by LUU Duc Canh
· 6 years ago
804fe10
openvswitch: Use correct reply values in datapath and vport ops
by Yifeng Sun
· 6 years ago
80ece6a
tls: Remove redundant vars from tls record structure
by Vakul Garg
· 6 years ago
f810dce
Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 6 years ago
6787927
tipc: buffer overflow handling in listener socket
by Tung Nguyen
· 6 years ago
25b9221
tipc: add SYN bit to connection setup messages
by Jon Maloy
· 6 years ago
39fdc9c
tipc: refactor function tipc_sk_filter_connect()
by Jon Maloy
· 6 years ago
afe8792
tipc: refactor function tipc_sk_timeout()
by Jon Maloy
· 6 years ago
5cbdbd1
tipc: refactor function tipc_msg_reverse()
by Jon Maloy
· 6 years ago
a337531
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
by Yuchung Cheng
· 6 years ago
30d65e0
Bluetooth: Fix debugfs NULL pointer dereference
by Matias Karhumaa
· 6 years ago
c24498c
netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()
by Eric Dumazet
· 6 years ago
5362700
net: sched: make function qdisc_free_cb() static
by Wei Yongjun
· 6 years ago
1288aa7
net: bridge: explicitly zero is_sticky in fdb_create
by Nikolay Aleksandrov
· 6 years ago
05c5e9f
Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
bf17b67
net/tls: Make function get_rec() static
by Wei Yongjun
· 6 years ago
5d70a67
net/core: make function ___gnet_stats_copy_basic() static
by Wei Yongjun
· 6 years ago
eddf11e
net: ovs: fix return type of ndo_start_xmit function
by YueHaibing
· 6 years ago
40e4f26
netfilter: xt_socket: check sk before checking for netns.
by Flavio Leitner
· 6 years ago
a13f814
netfilter: nft_set_rbtree: add missing rb_erase() in GC routine
by Taehee Yoo
· 6 years ago
f334430
rxrpc: Fix error distribution
by David Howells
· 6 years ago
37a675e
rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
by David Howells
· 6 years ago
0099dc5
rxrpc: Make service call handling more robust
by David Howells
· 6 years ago
403fc2a
rxrpc: Improve up-front incoming packet checking
by David Howells
· 6 years ago
ece64fe
rxrpc: Emit BUSY packets when supposed to rather than ABORTs
by David Howells
· 6 years ago
b604dd9
rxrpc: Fix RTT gathering
by David Howells
· 6 years ago
dc71db3
rxrpc: Fix checks as to whether we should set up a new call
by David Howells
· 6 years ago
092ffc5
rxrpc: Remove dup code from rxrpc_find_connection_rcu()
by David Howells
· 6 years ago
a5c3021
Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
by Luiz Augusto von Dentz
· 6 years ago
96cd8ea
Bluetooth: L2CAP: Derive rx credits from MTU and MPS
by Luiz Augusto von Dentz
· 6 years ago
fe14931
Bluetooth: L2CAP: Derive MPS from connection MTU
by Luiz Augusto von Dentz
· 6 years ago
b950aa8
Bluetooth: Add definitions and track LE resolve list modification
by Ankit Navik
· 6 years ago
5aac493
Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic
by Andrea Parri
· 6 years ago
1222a16
nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
by Masashi Honma
· 6 years ago
d4ce580
net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int
by Maciej Żenczykowski
· 6 years ago
1042caa
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
by Maciej Żenczykowski
· 6 years ago
d888f39
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
by Maciej Żenczykowski
· 6 years ago
6194114
net: core: add member wol_enabled to struct net_device
by Heiner Kallweit
· 6 years ago
36f19d5
net/ipv6: Remove extra call to ip6_convert_metrics for multipath case
by David Ahern
· 6 years ago
35750b0
net: bridge: pack net_bridge better
by Nikolay Aleksandrov
· 6 years ago
Next »