Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
57e83fb9b7468c75cb65cde1d23043553c346c6d
/
net
8e8cda6
can: initial support for network namespaces
by Mario Kicherer
· 8 years ago
822f9bb
soreuseport: use "unsigned int" in __reuseport_alloc()
by Alexey Dobriyan
· 8 years ago
ec2e45a
flowcache: more "unsigned int"
by Alexey Dobriyan
· 8 years ago
f31cc7e
flowcache: make flow_cache_hash_size() return "unsigned int"
by Alexey Dobriyan
· 8 years ago
5a17d9e
flowcache: make flow_key_size() return "unsigned int"
by Alexey Dobriyan
· 8 years ago
d229d48
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
by Xin Long
· 8 years ago
087d975
rds: tcp: canonical connection order for all paths with index > 0
by Sowmini Varadhan
· 8 years ago
e97656d
rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FIN
by Sowmini Varadhan
· 8 years ago
1511009
net: mpls: Increase max number of labels for lwt encap
by David Ahern
· 8 years ago
a4ac8c9
net: mpls: bump maximum number of labels
by David Ahern
· 8 years ago
df1c631
net: mpls: Limit memory allocation for mpls_route
by David Ahern
· 8 years ago
59b2096
net: mpls: change mpls_route layout
by David Ahern
· 8 years ago
77ef013a
net: mpls: Convert number of nexthops to u8
by David Ahern
· 8 years ago
39eb8cd
net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE
by David Ahern
· 8 years ago
768bfa2
net: dsa: fix build error with devlink build as module
by Tobias Regnery
· 8 years ago
1cf1cae
bpf: introduce BPF_PROG_TEST_RUN command
by Alexei Starovoitov
· 8 years ago
40ef2c9
net: dsa: add cross-chip bridging operations
by Vivien Didelot
· 8 years ago
6c7c98b
sock: avoid dirtying sk_stamp, if possible
by Paolo Abeni
· 8 years ago
1935299
net: tcp: Refine the __tcp_select_window
by Gao Feng
· 8 years ago
ed8bfd5
VSOCK: remove unnecessary ternary operator on return value
by Colin Ian King
· 8 years ago
282ccf6
drivers: add explicit interrupt.h includes
by Florian Westphal
· 8 years ago
66bc1e8
tipc: allow rdm/dgram socketpairs
by Erik Hugne
· 8 years ago
70b0375
tipc: add support for stream/seqpacket socketpairs
by Erik Hugne
· 8 years ago
e944e97
net: mpls: Update lfib_nlmsg_size to skip deleted nexthops
by David Ahern
· 8 years ago
96567d5
net: dsa: dsa2: Add basic support of devlink
by Andrew Lunn
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
1182e4d
net: mpls: Send netconf messages on device register and unregister
by David Ahern
· 8 years ago
823566a
net:mpls: Refactor mpls_netconf_notify_devconf to take event
by David Ahern
· 8 years ago
2345217
net: ipv6: Add support for RTM_DELNETCONF
by David Ahern
· 8 years ago
85b3daa
net: ipv6: Refactor inet6_netconf_notify_devconf to take event
by David Ahern
· 8 years ago
b5c9641
net: devinet: Add support for RTM_DELNETCONF
by David Ahern
· 8 years ago
3b02286
net: devinet: Refactor inet_netconf_notify_devconf to take event
by David Ahern
· 8 years ago
4333d61
net: dsa: fix copyright holder
by Vivien Didelot
· 8 years ago
382ed72
ipv6: add support for NETDEV_RESEND_IGMP event
by Vlad Yasevich
· 8 years ago
7efea60
tipc: adjust the policy of holding subscription kref
by Ying Xue
· 8 years ago
139bb36
tipc: advance the time of deleting subscription from subscriber->subscrp_list
by Ying Xue
· 8 years ago
5052de8
soc: qcom: smd: Transition client drivers from smd to rpmsg
by Bjorn Andersson
· 8 years ago
1555d20
devlink: Support for pipeline debug (dpipe)
by Arkadi Sharshevsky
· 8 years ago
402a5bc
ipv6: sr: select DST_CACHE by default
by David Lebrun
· 8 years ago
4ea8efa
net: mpls: Delete route when all nexthops have been deleted
by David Ahern
· 8 years ago
c00e51d
net: mpls: Don't show nexthop if device has been deleted
by David Ahern
· 8 years ago
6d43390
net: Introduce SO_INCOMING_NAPI_ID
by Sridhar Samudrala
· 8 years ago
7db6b04
net: Commonize busy polling code to focus on napi_id instead of socket
by Sridhar Samudrala
· 8 years ago
3705671
net: Track start of busy loop instead of when it should end
by Alexander Duyck
· 8 years ago
2b5cd0d
net: Change return type of sk_busy_loop from bool to void
by Alexander Duyck
· 8 years ago
e590745
tcp: Record Rx hash and NAPI ID in tcp_child_process
by Alexander Duyck
· 8 years ago
545cd5e
net: Busy polling should ignore sender CPUs
by Alexander Duyck
· 8 years ago
af4a220
ipv6: sr: use dst_cache in seg6_input
by David Lebrun
· 8 years ago
19d5a26
ipv6: sr: expand skb head only if necessary
by David Lebrun
· 8 years ago
3b1af93
net_sched: use setup_deferrable_timer
by Geliang Tang
· 8 years ago
6a18c31
net: mpls: Fix setting ttl_propagate for rt2
by David Ahern
· 8 years ago
e013fb7
net: make in_aton() 32-bit internally
by Alexey Dobriyan
· 8 years ago
dddb64b
net: Add sysctl to toggle early demux for tcp and udp
by subashab@codeaurora.org
· 8 years ago
5952fde
net: sched: choke: remove dead filter classify code
by Jiri Pirko
· 8 years ago
eb100e0
net: bridge: allow to add externally learned entries from user-space
by Nikolay Aleksandrov
· 8 years ago
7e26bf4
net: bridge: allow SW learn to take over HW fdb entries
by Nikolay Aleksandrov
· 8 years ago
add641e
sched: act_csum: don't mangle TCP and UDP GSO packets
by Davide Caratti
· 8 years ago
6acc5c2
Add a eBPF helper function to retrieve socket uid
by Chenbo Feng
· 8 years ago
91b8270
Add a helper function to get socket cookie in eBPF
by Chenbo Feng
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f341d9f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
ec4fbd6
inet: frag: release spinlock before calling icmp_send()
by Eric Dumazet
· 8 years ago
15bb774
tcp: initialize icsk_ack.lrcvtime at session start time
by Eric Dumazet
· 8 years ago
1d2a6a5
genetlink: fix counting regression on ctrl_dumpfamily()
by Stanislaw Gruszka
· 8 years ago
a97e50c
socket, bpf: fix sk_filter use after free in sk_clone_lock
by Daniel Borkmann
· 8 years ago
bbea124
net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.
by Joel Scherpelz
· 8 years ago
c64c0b3
ipv4: provide stronger user input validation in nl_fib_input()
by Eric Dumazet
· 8 years ago
a7678c7
rtnetlink: Add dump all for netconf
by David Ahern
· 8 years ago
d515684
ipv6: make sure to initialize sockc.tsflags before first use
by Alexander Potapenko
· 8 years ago
4c355cd
net: convert sk_filter.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
557d054c
tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
by Ying Xue
· 8 years ago
cfc62d8
net: tcp: Permit user set TCP_MAXSEG to default value
by Gao Feng
· 8 years ago
bef7f75
Openvswitch: Refactor sample and recirc actions implementation
by andy zhou
· 8 years ago
798c166
openvswitch: Optimize sample action for the clone use cases
by andy zhou
· 8 years ago
4572ef5
openvswitch: Refactor recirc key allocation.
by andy zhou
· 8 years ago
47c697a
openvswitch: Deferred fifo API change.
by andy zhou
· 8 years ago
a2d133b
sock: introduce SO_MEMINFO getsockopt
by Josh Hunt
· 8 years ago
5819477
sctp: remove useless err from sctp_association_init
by Xin Long
· 8 years ago
7b8f7a4
neighbour: fix nlmsg_pid in notifications
by Roopa Prabhu
· 8 years ago
a05d4fd
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
by Tejun Heo
· 8 years ago
4ef1b28
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
by Soheil Hassas Yeganeh
· 8 years ago
8605330a
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
by Soheil Hassas Yeganeh
· 8 years ago
23bb09c
sctp: out_qlen should be updated when pruning unsent queue
by Xin Long
· 8 years ago
486a43d
sctp: remove temporary variable confirm from sctp_packet_transmit
by Xin Long
· 8 years ago
aea92fb
sch_dsmark: fix invalid skb_cow() usage
by Eric Dumazet
· 8 years ago
bf4e0a3
net: ipv4: add support for ECMP hash policy choice
by Nikolay Aleksandrov
· 8 years ago
88997e4
net/8021q: create device with all possible features in wanted_features
by Andrey Vagin
· 8 years ago
7df9c24
net: unix: properly re-increment inflight counter of GC discarded candidates
by Andrey Ulanov
· 8 years ago
380feae
vsock: cancel packets when failing to connect
by Peng Tao
· 8 years ago
073b4f2
vsock: add pkt cancel capability
by Peng Tao
· 8 years ago
36d277b
vsock: track pkt owner vsock
by Peng Tao
· 8 years ago
8a0f5cc
crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
by Herbert Xu
· 8 years ago
41e9573
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
4485a84
netfilter: fix the warning on unused refcount variable
by Reshetova, Elena
· 8 years ago
8841b5f
Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
eed5087
xprtrdma: Squelch kbuild sparse complaint
by Chuck Lever
· 8 years ago
b54ab92
netfilter: refcounter conversions
by Reshetova, Elena
· 8 years ago
db7f00b
tcp: tcp_get_info() should read tcp_time_stamp later
by Eric Dumazet
· 8 years ago
d12c917
bridge: resolve a false alarm of lockdep
by WANG Cong
· 8 years ago
4d4a6ac
rxrpc: Ignore BUSY packets on old calls
by David Howells
· 8 years ago
Next »