Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
26879da58711aa604a1b866cbeedd7e0f78f90ad
/
net
26879da
ipv6: add new struct ipcm6_cookie
by Wei Wang
· 9 years ago
1d2077a
net: add __sock_wfree() helper
by Eric Dumazet
· 9 years ago
10724cc
tipc: redesign connection-level flow control
by Jon Paul Maloy
· 9 years ago
60020e1
tipc: propagate peer node capabilities to socket layer
by Jon Paul Maloy
· 9 years ago
7c8bcfb
tipc: re-enable compensation for socket receive buffer double counting
by Jon Paul Maloy
· 9 years ago
5613091
VSOCK: constify vsock_transport structure
by Julia Lawall
· 9 years ago
9d18562
fq_codel: add batch ability to fq_codel_drop()
by Eric Dumazet
· 9 years ago
9580bf2
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
by Eric Dumazet
· 9 years ago
a60c090
bridge: netlink: export per-vlan stats
by Nikolay Aleksandrov
· 9 years ago
6dada9b
bridge: vlan: learn to count
by Nikolay Aleksandrov
· 9 years ago
97a47fa
net: rtnetlink: add linkxstats callbacks and attribute
by Nikolay Aleksandrov
· 9 years ago
e8872a2
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
by Nikolay Aleksandrov
· 9 years ago
b05229f
gre6: Cleanup GREv6 transmit path, call common GRE functions
by Tom Herbert
· 9 years ago
79ecb90
ipv6: Generic tunnel cleanup
by Tom Herbert
· 9 years ago
182a352
gre: Create common functions for transmit
by Tom Herbert
· 9 years ago
8eb30be
ipv6: Create ip6_tnl_xmit
by Tom Herbert
· 9 years ago
308edfdf
gre6: Cleanup GREv6 receive path, call common GRE functions
by Tom Herbert
· 9 years ago
95f5c64
gre: Move utility functions to common headers
by Tom Herbert
· 9 years ago
0d3c703
ipv6: Cleanup IPv6 tunnel receive path
by Tom Herbert
· 9 years ago
d41a69f
tcp: make tcp_sendmsg() aware of socket backlog
by Eric Dumazet
· 9 years ago
5413d1b
net: do not block BH while processing socket backlog
by Eric Dumazet
· 9 years ago
860fbbc
sctp: prepare for socket backlog behavior change
by Eric Dumazet
· 9 years ago
e61da9e
udp: prepare for non BH masking at backlog processing
by Eric Dumazet
· 9 years ago
7309f88
dccp: do not assume DCCP code is non preemptible
by Eric Dumazet
· 9 years ago
fb3477c
tcp: do not block bh during prequeue processing
by Eric Dumazet
· 9 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
0970f5b
sctp: signal sk_data_ready earlier on data chunks reception
by Marcelo Ricardo Leitner
· 9 years ago
def22c4
tipc: set 'active' state correctly for first established link
by Jon Paul Maloy
· 9 years ago
f4b05d2
net: constify is_skb_forwardable's arguments
by Nikolay Aleksandrov
· 9 years ago
badf3ad
net: dsa: Provide CPU port statistics to master netdev
by Florian Fainelli
· 9 years ago
0cef6a4
tcp: give prequeue mode some care
by Eric Dumazet
· 9 years ago
b435865
tipc: remove an unnecessary NULL check
by Dan Carpenter
· 9 years ago
3df97ba
tuntap: calculate rps hash only when needed
by Jason Wang
· 9 years ago
a166140
tcp: Handle eor bit when fragmenting a skb
by Martin KaFai Lau
· 9 years ago
a643b5d
tcp: Handle eor bit when coalescing skb
by Martin KaFai Lau
· 9 years ago
c134ecb
tcp: Make use of MSG_EOR in tcp_sendmsg
by Martin KaFai Lau
· 9 years ago
0a2cf20
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
by Soheil Hassas Yeganeh
· 9 years ago
863c1fd
tcp: remove an unnecessary check in tcp_tx_timestamp
by Soheil Hassas Yeganeh
· 9 years ago
13415e4
net: snmp: kill STATS_BH macros
by Eric Dumazet
· 9 years ago
f3832ed
ipv6: kill ICMP6MSGIN_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
c2005eb
ipv6: rename IP6_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
1d01550
ipv6: rename IP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
b15084e
net: rename IP_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
98f6199
net: rename IP_ADD_STATS_BH()
by Eric Dumazet
· 9 years ago
a16292a
net: rename ICMP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
b45386e
net: rename IP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
08e3bae
net: sctp: rename SCTP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
214d3f1
net: icmp: rename ICMPMSGIN_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
90bbcc6
net: tcp: rename TCP_INC_STATS_BH
by Eric Dumazet
· 9 years ago
02c2234
net: udp: rename UDP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
5d3848b
net: rename ICMP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
aa62d76
dccp: rename DCCP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
6aef70a
net: snmp: kill various STATS_USER() helpers
by Eric Dumazet
· 9 years ago
c0cc531
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8c14586
net: ipv6: Use passed in table for nexthop lookups
by David Ahern
· 9 years ago
f0cdf76
net: remove NETDEV_TX_LOCKED support
by Florian Westphal
· 9 years ago
f052f20
sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is set
by Xin Long
· 9 years ago
c0b0479
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
b676338
neigh: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
270cb4d
rtnl: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
66c7a5e
ovs: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
6ed46d1
sock_diag: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
38bd10c
net: ipv6: Delete host routes on an ifdown
by David Ahern
· 9 years ago
6a92393
Revert "ipv6: Revert optional address flusing on ifdown."
by David S. Miller
· 9 years ago
90bfe66
ila: add checksum neutral ILA translations
by Tom Herbert
· 9 years ago
642c2c9
ila: xlat changes
by Tom Herbert
· 9 years ago
351596a
ila: Add struct definitions and helpers
by Tom Herbert
· 9 years ago
5544107
Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address
by Glenn Ruben Bakke
· 9 years ago
947d275
RDS: TCP: Call pskb_extract() helper function
by Sowmini Varadhan
· 9 years ago
6fa01cc
skbuff: Add pskb_extract() helper function
by Sowmini Varadhan
· 9 years ago
d068ca2
codel: split into multiple files
by Michal Kazior
· 9 years ago
79bdc4c
codel: generalize the implementation
by Michal Kazior
· 9 years ago
960a262
net: better drop monitoring in ip{6}_recv_error()
by Eric Dumazet
· 9 years ago
0aea76d
tcp: SYN packets are now simply consumed
by Eric Dumazet
· 9 years ago
841645b
ipv6: Revert optional address flusing on ifdown.
by David S. Miller
· 9 years ago
2dad624
wireless: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
cbdeafd
netfilter/ipvs: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
a558da0
ieee802154: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
1c714a9
l2tp: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
12a0faa
bridge: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
0238b72
ovs: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
f13a82d
ipv6: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
2a51c1e
sched: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
343a6d8
rtnl: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
d296ba6
soreuseport: Resolve merge conflict for v4/v6 ordering fix
by Craig Gallek
· 9 years ago
391a203
ipv4/fib: don't warn when primary address is missing if in_dev is dead
by Paolo Abeni
· 9 years ago
10d3be5
tcp-tso: do not split TSO packets at retransmit time
by Eric Dumazet
· 9 years ago
8cee83d
tipc: fix stale links after re-enabling bearer
by Parthasarathy Bhuvaragan
· 9 years ago
45ebcce
bridge: mdb: Marking port-group as offloaded
by Elad Raz
· 9 years ago
6dd684c
bridge: mdb: Common function for mdb entry translation
by Elad Raz
· 9 years ago
7ceb2af
switchdev: Adding complete operation to deferred switchdev ops
by Elad Raz
· 9 years ago
2de8023
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
by Martin KaFai Lau
· 9 years ago
b51e13f
tcp: Carry txstamp_ack in tcp_fragment_tstamp
by Martin KaFai Lau
· 9 years ago
11afbff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
de95c4a
xfrm: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
2175d87
libnl: nla_put_msecs(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
b46f6de
libnl: nla_put_be64(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
e7479122
libnl: nla_put_le64(): align on a 64-bit area
by Nicolas Dichtel
· 9 years ago
Next »