Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ca5902a6547f662419689ca28b3c29a772446caa
/
net
d03a455
ipv4: fib: Fix metrics match when deleting a route
by Phil Sutter
· 7 years ago
3db0960
tipc: fix list sorting bug in function tipc_group_update_member()
by Jon Maloy
· 7 years ago
c9fefa0
ip6_tunnel: get the min mtu properly in ip6_tnl_xmit
by Xin Long
· 7 years ago
2c52129
ip6_gre: remove the incorrect mtu limit for ipgre tap
by Xin Long
· 7 years ago
cfddd4c
ip_gre: remove the incorrect mtu limit for ipgre tap
by Xin Long
· 7 years ago
c6479d6
Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
04a7279
cfg80211: ship certificates as hex files
by Johannes Berg
· 7 years ago
5d32407
cfg80211: always rewrite generated files from scratch
by Thierry Reding
· 7 years ago
84aeb43
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
by Nikolay Aleksandrov
· 7 years ago
d196975
sctp: add SCTP_CID_RECONF conversion in sctp_cname
by Xin Long
· 7 years ago
5c46867
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
by Xin Long
· 7 years ago
3f42f5f
tipc: remove leaving group member from all lists
by Jon Maloy
· 7 years ago
2348339
tipc: fix lost member events bug
by Jon Maloy
· 7 years ago
b36025b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
588753f
ipv6: icmp6: Allow icmp messages to be looped back
by Brendan McGrath
· 7 years ago
d025fbf
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
7a3c296
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
b59e697
net: sched: fix static key imbalance in case of ingress/clsact_init error
by Jiri Pirko
· 7 years ago
343723d
net: sched: fix clsact init error path
by Jiri Pirko
· 7 years ago
90d91b0
SUNRPC: Fix a race in the receive code path
by Trond Myklebust
· 7 years ago
ccede75
xprtrdma: Spread reply processing over more CPUs
by Chuck Lever
· 7 years ago
c05fad5
ip_gre: fix wrong return value of erspan_rcv
by Haishuang Yan
· 7 years ago
428a68a
net: sched: Move to new offload indication in RED
by Yuval Mintz
· 7 years ago
7a4fa29
net: sched: Add TCA_HW_OFFLOAD
by Yuval Mintz
· 7 years ago
35b99df
sock: free skb in skb_complete_tx_timestamp on error
by Willem de Bruijn
· 7 years ago
0f546ff
Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
2d17d8d
xdp: linearize skb in netif_receive_generic_xdp()
by Song Liu
· 7 years ago
bdcf0a4
kernel: make groups_sort calling a responsibility group_info allocators
by Thiago Rafael Becker
· 7 years ago
4688eb7
tcp: refresh tcp_mstamp from timers callbacks
by Eric Dumazet
· 7 years ago
9ee11bd
tcp: fix potential underestimation on rcv_rtt
by Wei Wang
· 7 years ago
d6da838
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
a46182b
net: igmp: Use correct source address on IGMPv3 reports
by Kevin Cernekee
· 7 years ago
c545a94
tipc: eliminate potential memory leak
by Jon Maloy
· 7 years ago
8359301
net: remove duplicate includes
by Pravin Shedge
· 7 years ago
b547602
ipv4: igmp: guard against silly MTU values
by Eric Dumazet
· 7 years ago
b9b312a
ipv6: mcast: better catch silly mtu values
by Eric Dumazet
· 7 years ago
30791ac
tcp md5sig: Use skb's saddr when replying to an incoming segment
by Christoph Paasch
· 7 years ago
2342b8d
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
by Xin Long
· 7 years ago
8f659a0
net: ipv4: fix for a race condition in raw_sendmsg
by Mohamed Ghannam
· 7 years ago
93c6476
netlink: Add netns check on taps
by Kevin Cernekee
· 7 years ago
2371527
netfilter: ip6t_MASQUERADE: add dependency on conntrack module
by Konstantin Khlebnikov
· 7 years ago
f0f1d01
Merge tag 'mac80211-for-davem-2017-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
f5b5702
netfilter: exthdr: add missign attributes to policy
by Florian Westphal
· 7 years ago
4564b18
nl80211: fix nl80211_send_iface() error paths
by Johannes Berg
· 7 years ago
0afe9d4
mac80211: fix locking in ieee80211_sta_tear_down_BA_sessions
by Johannes Berg
· 7 years ago
6065fd0
tcp: evaluate packet losses upon RTT change
by Yuchung Cheng
· 7 years ago
428aec5
tcp: fix off-by-one bug in RACK
by Yuchung Cheng
· 7 years ago
cd1fc85
tcp: always evaluate losses in RACK upon undo
by Yuchung Cheng
· 7 years ago
0ce294d
tcp: correctly test congestion state in RACK
by Yuchung Cheng
· 7 years ago
600647d
tcp_bbr: reset long-term bandwidth sampling on loss recovery undo
by Neal Cardwell
· 7 years ago
2f6c498
tcp_bbr: reset full pipe detection on loss recovery undo
by Neal Cardwell
· 7 years ago
c589e69b
tcp_bbr: record "full bw reached" decision in new full_bw_reached bit
by Neal Cardwell
· 7 years ago
d476175
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
96307a0
netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regression
by Arnd Bergmann
· 7 years ago
8632385
tcp: use current time in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
74c4b65
adding missing rcu_read_unlock in ipxip6_rcv
by Nikita V. Shirokov
· 7 years ago
f3069c6
rds: Fix NULL pointer dereference in __rds_rdma_map
by Håkon Bugge
· 7 years ago
32d3e51
net_sched: use macvlan real dev trans_start in dev_trans_start()
by Chris Dion
· 7 years ago
916a279
netfilter: xt_osf: Add missing permission checks
by Kevin Cernekee
· 7 years ago
715a123
wireless: don't write C files on failures
by Johannes Berg
· 7 years ago
7133496
wireless: replace usage of hexdump with od/sed
by Johannes Berg
· 7 years ago
8e1611e
make sock_alloc_file() do sock_release() on failures
by Al Viro
· 7 years ago
016a266
socketpair(): allocate descriptors first
by Al Viro
· 7 years ago
a573943
fix kcm_clone()
by Al Viro
· 7 years ago
69c6486
dccp: CVE-2017-8824: use-after-free in DCCP code
by Mohamed Ghannam
· 7 years ago
c9d3fe9
VSOCK: fix outdated sk_state value in hvs_release()
by Stefan Hajnoczi
· 7 years ago
a7d5f10
tipc: fix memory leak in tipc_accept_from_sock()
by Jon Maloy
· 7 years ago
672ecbe
tipc: fix a null pointer deref on error path
by Cong Wang
· 7 years ago
8afa10c
net_sched: red: Avoid illegal values
by Nogah Frankel
· 7 years ago
029b6d1
Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
by Johannes Berg
· 7 years ago
e599ea1
Revert "tcp: must block bh in __inet_twsk_hashdance()"
by Eric Dumazet
· 7 years ago
236fa07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
5ba7dcf
batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
by Sven Eckelmann
· 7 years ago
6ab4051
netfilter: xt_bpf: add overflow checks
by Jann Horn
· 7 years ago
4b380c4
netfilter: nfnetlink_cthelper: Add missing permission checks
by Kevin Cernekee
· 7 years ago
eeea10b
tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()
by Eric Dumazet
· 7 years ago
c501256
rxrpc: Use correct netns source in rxrpc_release_sock()
by David Howells
· 7 years ago
974a6b2
batman-adv: Fix kernel-doc for timer functions
by Sven Eckelmann
· 7 years ago
2db767d
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
c7799c0
tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()
by Tommi Rantala
· 7 years ago
cfac7f8
tcp/dccp: block bh before arming time_wait timer
by Eric Dumazet
· 7 years ago
779edd7
sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags
by Xin Long
· 7 years ago
e5f6129
sctp: abandon the whole msg if one part of a fragmented message is abandoned
by Xin Long
· 7 years ago
d30fc51
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune
by Xin Long
· 7 years ago
198a62d
batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible
by Sven Eckelmann
· 7 years ago
fe77d82
batman-adv: Always initialize fragment header priority
by Sven Eckelmann
· 7 years ago
eb5b46f
SUNRPC: Handle ENETDOWN errors
by Trond Myklebust
· 7 years ago
f859b4a
sit: update frag_off info
by Hangbin Liu
· 7 years ago
3016dad
tcp: remove buggy call to tcp_v6_restore_cb()
by Eric Dumazet
· 7 years ago
90a6ec8
act_sample: get rid of tcf_sample_cleanup_rcu()
by Cong Wang
· 7 years ago
6c9257a
Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 7 years ago
b915176
Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
96c22a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
4ba161a
SUNRPC: Allow connect to return EHOSTUNREACH
by Trond Myklebust
· 7 years ago
282ef47
rxrpc: Fix variable overwrite
by Gustavo A. R. Silva
· 7 years ago
5fc62f6
rxrpc: Fix ACK generation from the connection event processor
by David Howells
· 7 years ago
3d7682a
rxrpc: Clean up whitespace
by David Howells
· 7 years ago
d51aae6
net: sched: cbq: create block for q->link.block
by Jiri Pirko
· 7 years ago
4a5def7
VSOCK: Don't set sk_state to TCP_CLOSE before testing it
by Jorgen Hansen
· 7 years ago
a8dd397
sctp: use right member as the param of list_for_each_entry
by Xin Long
· 7 years ago
Next »