Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c3ab2b4ec8f7c0700bf10957171c479bf3dbca52
/
net
c3ab2b4
net: ipv4: Add extack messages for route add failures
by David Ahern
· 8 years ago
6d8422a1
net: ipv4: Plumb extack through route add functions
by David Ahern
· 8 years ago
4ab6887
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
by Eric Dumazet
· 8 years ago
0a9fc39
ipv6: drop unused variables in seg6_genl_dumphac
by stephen hemminger
· 8 years ago
9dc621a
fou: make local function static
by stephen hemminger
· 8 years ago
c718c6d
tcpnv: do not export local function
by stephen hemminger
· 8 years ago
9691724
inet: fix warning about missing prototype
by stephen hemminger
· 8 years ago
9e7b19c
ila: propagate error code in ila_output
by stephen hemminger
· 8 years ago
332b4fc
dcb: enforce minimum length on IEEE_APPS attribute
by stephen hemminger
· 8 years ago
b50a5c7
net: allow simultaneous SW and HW transmit timestamping
by Miroslav Lichvar
· 8 years ago
aad9c8c
net: add new control message for incoming HW-timestamped packets
by Miroslav Lichvar
· 8 years ago
90b602f
net: add function to retrieve original skb device using NAPI ID
by Miroslav Lichvar
· 8 years ago
e341257
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
by Miroslav Lichvar
· 8 years ago
b8210a9
net: define receive timestamp filter for NTP
by Miroslav Lichvar
· 8 years ago
7529390
openvswitch: more accurate checksumming in queue_userspace_packet()
by Davide Caratti
· 8 years ago
43c26a1
net: more accurate checksumming in validate_xmit_skb()
by Davide Caratti
· 8 years ago
dba0030
net: use skb->csum_not_inet to identify packets needing crc32c
by Davide Caratti
· 8 years ago
219f1d79
sk_buff: remove support for csum_bad in sk_buff
by Davide Caratti
· 8 years ago
b72b5bf
net: introduce skb_crc32c_csum_help
by Davide Caratti
· 8 years ago
9617813
skbuff: add stub to help computing crc32c on SCTP packets
by Davide Caratti
· 8 years ago
6f5b24e
tcp: warn on negative reordering values
by Soheil Hassas Yeganeh
· 8 years ago
c6cd850
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
b17b8a2
tcp: fix tcp_rearm_rto()
by Eric Dumazet
· 8 years ago
f0c24cc
net: dsa: include switchdev.h only once
by Vivien Didelot
· 8 years ago
ea5dd34
net: dsa: include dsa.h only once
by Vivien Didelot
· 8 years ago
de321ed
net: fix __skb_try_recv_from_queue to return the old behavior
by Andrey Vagin
· 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
0cd2950
net: make struct net_device::tx_queue_len unsigned int
by Alexey Dobriyan
· 8 years ago
a285860
bridge: netlink: check vlan_default_pvid range
by Tobias Jungel
· 8 years ago
64f5102
udp: make function udp_skb_dtor_locked static
by Colin Ian King
· 8 years ago
64df6d5
net: x25: fix one potential use-after-free issue
by linzhang
· 8 years ago
7dd7eb9
ipv6: Check ip6_find_1stfragopt() return value properly.
by David S. Miller
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
ac9517f
tcp: replace misc tcp_time_stamp to tcp_jiffies32
by Eric Dumazet
· 8 years ago
46bf466
tcp_lp: cache tcp_time_stamp
by Eric Dumazet
· 8 years ago
ad5ad69
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
594208a
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
by Eric Dumazet
· 8 years ago
628174c
tcp: uses jiffies_32 to feed tp->chrono_start
by Eric Dumazet
· 8 years ago
c74df29
tcp: use tcp_jiffies32 to feed probe_timestamp
by Eric Dumazet
· 8 years ago
70eabf0
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
by Eric Dumazet
· 8 years ago
ac35f56
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
2660bfa8
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 8 years ago
c2203cf
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
by Eric Dumazet
· 8 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 8 years ago
d011b9a
dccp: do not use tcp_time_stamp
by Eric Dumazet
· 8 years ago
385e207
tcp: use tp->tcp_mstamp in output path
by Eric Dumazet
· 8 years ago
9d4f97f
sch_dsmark: Fix uninitialized variable warning.
by David S. Miller
· 8 years ago
db50514
net: sched: add termination action to allow goto chain
by Jiri Pirko
· 8 years ago
9fb9f25
net: sched: push tp down to action init
by Jiri Pirko
· 8 years ago
5bc1701
net: sched: introduce multichain support for filters
by Jiri Pirko
· 8 years ago
acb31fa
net: sched: push chain dump to a separate function
by Jiri Pirko
· 8 years ago
2190d1d
net: sched: introduce helpers to work with filter chains
by Jiri Pirko
· 8 years ago
7961973
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
by Jiri Pirko
· 8 years ago
9d36d9e
net: sched: replace nprio by a bool to make the function more readable
by Jiri Pirko
· 8 years ago
fbe9c5b
net: sched: rename tcf_destroy_chain helper
by Jiri Pirko
· 8 years ago
6529eab
net: sched: introduce tcf block infractructure
by Jiri Pirko
· 8 years ago
87d8309
net: sched: move tc_classify function to cls_api.c
by Jiri Pirko
· 8 years ago
eb7b721
net: dsa: Sort DSA tagging protocol drivers
by Andrew Lunn
· 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
8b0d3ea
net: dsa: store CPU port pointer in the tree
by Vivien Didelot
· 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
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
6dfb436
udp: keep the sk_receive_queue held when splicing
by Paolo Abeni
· 8 years ago
2276f58
udp: use a separate rx queue for packet reception
by Paolo Abeni
· 8 years ago
65101ae
net/sock: factor out dequeue/peek with offset code
by Paolo Abeni
· 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
173e783
net: socket: mark socket protocol handler structs as const
by linzhang
· 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
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
c44b594
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
Next »