Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7ec65372ca534217b53fd208500cf7aac223a383
/
net
7ec6537
tcp: add stat of data packet reordering events
by Wei Wang
· 7 years ago
7e10b65
tcp: add dsack blocks received stats
by Wei Wang
· 7 years ago
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 7 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 7 years ago
984988a
tcp: add a helper to calculate size of opt_stats
by Wei Wang
· 7 years ago
d18c5d1
net: ipv4: Notify about changes to ip_forward_update_priority
by Petr Machata
· 7 years ago
432e05d
net: ipv4: Control SKB reprioritization after forwarding
by Petr Machata
· 7 years ago
83ba464
net: add helpers checking if socket can be bound to nonlocal address
by Vincent Bernat
· 7 years ago
969d509
net/tls: Use kmemdup to simplify the code
by zhong jiang
· 7 years ago
b053fcc
net/tipc: remove redundant variables 'tn' and 'oport'
by Colin Ian King
· 7 years ago
e65d4d9
rds: Remove IPv6 dependency
by Ka-Cheong Poon
· 7 years ago
f394ad2
rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
by Ka-Cheong Poon
· 7 years ago
e6476c2
net: remove bogus RCU annotations on socket.wq
by Christoph Hellwig
· 7 years ago
84c6b86
xsk: don't allow umem replace at stack level
by Jakub Kicinski
· 7 years ago
f734607
xsk: refactor xdp_umem_assign_dev()
by Jakub Kicinski
· 7 years ago
778c4d5
fib_rules: NULL check before kfree is not needed
by YueHaibing
· 7 years ago
ad13acc
net/tls: Use socket data_ready callback on record availability
by Vakul Garg
· 7 years ago
e5cf1ba
act_mirred: use TC_ACT_REINSERT when possible
by Paolo Abeni
· 7 years ago
cd11b164
net/tc: introduce TC_ACT_REINSERT.
by Paolo Abeni
· 7 years ago
7fd4b28
tc/act: remove unneeded RCU lock in action callback
by Paolo Abeni
· 7 years ago
802bfb1
net/sched: user-space can't set unknown tcfa_action values
by Paolo Abeni
· 7 years ago
a331de3
net: remove sock_poll_busy_flag
by Christoph Hellwig
· 7 years ago
f641f13
net: remove sock_poll_busy_loop
by Christoph Hellwig
· 7 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 7 years ago
3f6bcc5
act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops
by YueHaibing
· 7 years ago
f9562fa
cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops
by YueHaibing
· 7 years ago
0a80848
act_pedit: remove unnecessary semicolon
by YueHaibing
· 7 years ago
7a4c53b
net: report invalid mtu value via netlink extack
by Stephen Hemminger
· 7 years ago
3e7a50c
net: report min and max mtu network device settings
by Stephen Hemminger
· 7 years ago
5cbf777
route: add support for directed broadcast forwarding
by Xin Long
· 7 years ago
d0c1f01
net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bind
by Vincent Bernat
· 7 years ago
2da19ed
tls: Fix improper revert in zerocopy_from_iter
by Doron Roberts-Kedes
· 7 years ago
5a3611e
tls: Remove dead code in tls_sw_sendmsg
by Doron Roberts-Kedes
· 7 years ago
a073254
net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()
by Jia-Ju Bai
· 7 years ago
04b9ce4
net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()
by Jia-Ju Bai
· 7 years ago
2db6dc2
sch_cake: Make gso-splitting configurable from userspace
by Dave Taht
· 7 years ago
92ea4a7
l2tp: drop ->mru from struct l2tp_session
by Guillaume Nault
· 7 years ago
1998b5e
l2tp: drop ->flags from struct pppol2tp_session
by Guillaume Nault
· 7 years ago
ae51a7c
l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute
by Guillaume Nault
· 7 years ago
3ae5536
l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute
by Guillaume Nault
· 7 years ago
3e4e364
net/rds/Kconfig: Correct the RDS depends
by Anders Roxell
· 7 years ago
b67c540
net: dcb: Add priority-to-DSCP map getters
by Petr Machata
· 7 years ago
08193d1
net: dcb: For wild-card lookups, use priority -1, not 0
by Petr Machata
· 7 years ago
1f3ed38
net: sched: don't dump chains only held by actions
by Jiri Pirko
· 7 years ago
7a49d3d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
c6f5e01
xfrm: fix ptr_ret.cocci warnings
by kbuild test robot
· 7 years ago
c921d7d
net: sched: unmark chain as explicitly created on delete
by Jiri Pirko
· 7 years ago
0a26cf3
tls: Skip zerocopy path for ITER_KVEC
by Doron Roberts-Kedes
· 7 years ago
2ed9db3
net: sched: cls_api: fix dead code in switch
by Gustavo A. R. Silva
· 7 years ago
2b139e6
l2tp: remove ->recv_payload_hook
by Guillaume Nault
· 7 years ago
63135ee
tipc: add missing dev_put() on error in tipc_enable_l2_media
by YueHaibing
· 7 years ago
201876b
net/tls: Removed redundant checks for non-NULL
by Vakul Garg
· 7 years ago
990e35e
cbs: Add support for the graft function
by Vinicius Costa Gomes
· 7 years ago
dc66fe4
rds: send: Fix dead code in rds_sendmsg
by Gustavo A. R. Silva
· 7 years ago
ba7d7e2
net/rds/Kconfig: RDS should depend on IPV6
by Anders Roxell
· 7 years ago
0d18a0cb
net/smc: improve delete link processing
by Karsten Graul
· 7 years ago
603cc14
net/smc: provide fallback reason code
by Karsten Graul
· 7 years ago
7005ada
net/smc: use correct vlan gid of RoCE device
by Ursula Braun
· 7 years ago
947541f
net/smc: fewer parameters for smc_llc_send_confirm_link()
by Ursula Braun
· 7 years ago
44e2b83
xfrm: Return detailed errors from xfrmi_newlink
by Benedict Wong
· 7 years ago
934ffce
xfrm: fix 'passing zero to ERR_PTR()' warning
by YueHaibing
· 7 years ago
5547720
tcp: make function tcp_retransmit_stamp() static
by Wei Yongjun
· 7 years ago
158abbf
net/sched: cls_flower: Use correct inline function for assignment of vlan tpid
by Jianbo Liu
· 7 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2efd4fc
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
by Willem de Bruijn
· 7 years ago
aea5f654
net/sched: add skbprio scheduler
by Nishanth Devarajan
· 7 years ago
e446a27
net: remove blank lines at end of file
by Stephen Hemminger
· 7 years ago
c2df560
l2tp: remove trailing newline
by Stephen Hemminger
· 7 years ago
a17922d
bpfilter: remove trailing newline
by Stephen Hemminger
· 7 years ago
19c198d
decnet: whitespace fixes
by Stephen Hemminger
· 7 years ago
27782f4
x25: remove blank lines at EOF
by Stephen Hemminger
· 7 years ago
9d82a1c
ax25: remove blank line at EOF
by Stephen Hemminger
· 7 years ago
543de88
atm: remove blank lines at EOF
by Stephen Hemminger
· 7 years ago
ed976ea
ila: remove blank lines at EOF
by Stephen Hemminger
· 7 years ago
aa46225
sctp: whitespace fixes
by Stephen Hemminger
· 7 years ago
2e13b58
xfrm: remove blank lines at EOF
by Stephen Hemminger
· 7 years ago
04c6a3a
mpls: remove trailing whitepace
by Stephen Hemminger
· 7 years ago
a87e87d
llc: fix whitespace issues
by Stephen Hemminger
· 7 years ago
1cb1d97
rds: remove trailing whitespace and blank lines
by Stephen Hemminger
· 7 years ago
bf9b556
wimax: remove blank lines at EOF
by Stephen Hemminger
· 7 years ago
50f699b
sched: fix trailing whitespace
by Stephen Hemminger
· 7 years ago
8dd3020
net: remove redundant input checks in SIOCSIFTXQLEN case of dev_ifsioc
by Tariq Toukan
· 7 years ago
3730cf4
netlink: do not store start function in netlink_cb
by Florian Westphal
· 7 years ago
c93622b
Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 7 years ago
049f560
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
e1adf31
Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
133bf90
mac80211: restrict delayed tailroom needed decrement
by Manikanta Pubbisetty
· 7 years ago
d17504b
wireless/lib80211: Convert from ahash to shash
by Kees Cook
· 7 years ago
e31f645
cfg80211: never ignore user regulatory hint
by Amar Singhal
· 7 years ago
144fe2b
sock: fix sg page frag coalescing in sk_alloc_sg
by Daniel Borkmann
· 7 years ago
b7ff8b1
rds: Extend RDS API for IPv6 support
by Ka-Cheong Poon
· 7 years ago
1e2b44e
rds: Enable RDS IPv6 support
by Ka-Cheong Poon
· 7 years ago
eee2fa6
rds: Changing IP address internal representation to struct in6_addr
by Ka-Cheong Poon
· 7 years ago
3473845
net: sched: cls_flower: propagate chain teplate creation and destruction to drivers
by Jiri Pirko
· 7 years ago
b95ec7e
net: sched: cls_flower: implement chain templates
by Jiri Pirko
· 7 years ago
33fb5cb
net: sched: cls_flower: change fl_init_dissector to accept mask and dissector
by Jiri Pirko
· 7 years ago
f574908
net: sched: cls_flower: move key/mask dumping into a separate function
by Jiri Pirko
· 7 years ago
9f407f1
net: sched: introduce chain templates
by Jiri Pirko
· 7 years ago
32a4f5e
net: sched: introduce chain object to uapi
by Jiri Pirko
· 7 years ago
f71e0ca4
net: sched: Avoid implicit chain 0 creation
by Jiri Pirko
· 7 years ago
Next »