Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
19efbd93e6fb05eab81856b4fc8d64211dd37088
/
net
/
core
19efbd9
net: Kill net_mutex
by Kirill Tkhai
· 7 years ago
f5c0c6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2819075
sock: permit SO_ZEROCOPY on PF_RDS socket
by Sowmini Varadhan
· 7 years ago
6f89dbc
skbuff: export mm_[un]account_pinned_pages for other modules
by Sowmini Varadhan
· 7 years ago
ac5b701
net: fix race on decreasing number of TX queues
by Jakub Kicinski
· 8 years ago
330c727
net: Make dn_ptr depend on CONFIG_DECNET
by David Ahern
· 7 years ago
59a5135
net: Convert diag_net_ops
by Kirill Tkhai
· 7 years ago
2608e6b
net: Convert default_device_ops
by Kirill Tkhai
· 7 years ago
232cf06
net: Convert sysctl_core_ops
by Kirill Tkhai
· 7 years ago
86b6341
net: Convert fib_* pernet_operations, registered via subsys_initcall
by Kirill Tkhai
· 7 years ago
88b8ffe
net: Convert pernet_subsys ops, registered via net_dev_init()
by Kirill Tkhai
· 7 years ago
36b0068
net: Convert proto_net_ops
by Kirill Tkhai
· 7 years ago
4645667
net: Convert rtnetlink_net_ops
by Kirill Tkhai
· 7 years ago
ff291d0
net: Convert net_defaults_ops
by Kirill Tkhai
· 7 years ago
604da74
net: Convert net_inuse_ops
by Kirill Tkhai
· 7 years ago
3fc3b82
net: Convert net_ns_ops methods
by Kirill Tkhai
· 7 years ago
447cd7a
net: Allow pernet_operations to be executed in parallel
by Kirill Tkhai
· 7 years ago
bcab1dd
net: Move mutex_unlock() in cleanup_net() up
by Kirill Tkhai
· 7 years ago
1a57feb
net: Introduce net_sem for protection of pernet_list
by Kirill Tkhai
· 7 years ago
5ba049a
net: Cleanup in copy_net_ns()
by Kirill Tkhai
· 7 years ago
98f6c53
net: Assign net to net_namespace_list in setup_net()
by Kirill Tkhai
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 8 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 8 years ago
79a8a64
net: Whitelist the skbuff_head_cache "cb" field
by Kees Cook
· 8 years ago
4ff66ca
rtnetlink: require unique netns identifier
by Christian Brauner
· 8 years ago
3aa5688
bitmap: replace bitmap_{from,to}_u32array
by Yury Norov
· 8 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
edbe69e
Revert "defer call to mem_cgroup_sk_alloc()"
by Roman Gushchin
· 8 years ago
4db428a
soreuseport: fix mem leak in reuseport_add_sock()
by Eric Dumazet
· 8 years ago
7973bfd
rtnetlink: remove check for IFLA_IF_NETNSID
by Christian Brauner
· 8 years ago
2b16f04
net: create skb_gso_validate_mac_len()
by Daniel Axtens
· 8 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
5bb8ed0
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
by Christian Brauner
· 8 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
40ca54e
net_sched: gen_estimator: fix lockdep splat
by Eric Dumazet
· 8 years ago
48bfd55
net_sched: plug in qdisc ops change_tx_queue_len
by Cong Wang
· 8 years ago
6a643dd
net: introduce helper dev_change_tx_queue_len()
by Cong Wang
· 8 years ago
38e01b3
dev: advertise the new ifindex when the netns iface changes
by Nicolas Dichtel
· 8 years ago
c36ac8e
dev: always advertise the new nsid when the netns iface changes
by Nicolas Dichtel
· 8 years ago
b61ad68
rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
by Christian Brauner
· 8 years ago
c310bfc
rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
by Christian Brauner
· 8 years ago
7c4f63b
rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
by Christian Brauner
· 8 years ago
457740a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 8 years ago
f6b1b3b
bpf: fix subprog verifier bypass by div/mod by 0 exception
by Daniel Borkmann
· 8 years ago
1d62167
bpf: xor of a/x in cbpf can be done in 32 bit alu
by Daniel Borkmann
· 8 years ago
6f9bd3d
bpf: Add sock_ops R/W access to tclass
by Lawrence Brakmo
· 8 years ago
44f0e43
bpf: Add support for reading sk_state and more
by Lawrence Brakmo
· 8 years ago
b13d880
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
by Lawrence Brakmo
· 8 years ago
b73042b
bpf: Add write access to tcp_sock and sock fields
by Lawrence Brakmo
· 8 years ago
34d367c
bpf: Make SOCK_OPS_GET_TCP struct independent
by Lawrence Brakmo
· 8 years ago
a33de39
bpf: Make SOCK_OPS_GET_TCP size independent
by Lawrence Brakmo
· 8 years ago
2585cd6
bpf: Only reply field should be writeable
by Lawrence Brakmo
· 8 years ago
fb07a82
net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme
by Kirill Tkhai
· 8 years ago
44c02a2
dev_ioctl(): move copyin/copyout to callers
by Al Viro
· 8 years ago
b1b0c24
lift handling of SIOCIW... out of dev_ioctl()
by Al Viro
· 8 years ago
36fd633
net: separate SIOCGIFCONF handling from dev_ioctl()
by Al Viro
· 8 years ago
52e12d5
pktgen: Clean read user supplied flag mess
by Dmitry Safonov
· 8 years ago
99c6d3d
pktgen: Remove brute-force printing of flags
by Dmitry Safonov
· 8 years ago
6f107c7
pktgen: Add behaviour flags macro to generate flags/names
by Dmitry Safonov
· 8 years ago
57a5749b
pktgen: Add missing !flag parameters
by Dmitry Safonov
· 8 years ago
b76f418
net: link_watch: mark bonding link events urgent
by Roopa Prabhu
· 8 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7a006d5
net: core: Fix kernel-doc for netdev_upper_link()
by Florian Fainelli
· 8 years ago
5de30d5
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
by Florian Fainelli
· 8 years ago
7c68d1a
net: qdisc_pkt_len_init() should be more robust
by Eric Dumazet
· 8 years ago
b2d3bcf
net: core: Expose number of link up/down transitions
by David Decotigny
· 8 years ago
b75703d
devlink: fix memory leak on 'resource'
by Colin Ian King
· 8 years ago
ea9722e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 8 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1728a4f
bpf: move event_output to const_size_or_zero for xdp/skb as well
by Daniel Borkmann
· 8 years ago
2e4a309
bpf: restrict access to core bpf sysctls
by Daniel Borkmann
· 8 years ago
fa9dd59
bpf: get rid of pure_initcall dependency to enable jits
by Daniel Borkmann
· 8 years ago
205c380
bpf: add csum_diff helper to xdp as well
by Daniel Borkmann
· 8 years ago
43dd751
devlink: Make some functions static
by Wei Yongjun
· 8 years ago
61f3c96
bpf: allow socket_filter programs to use bpf_prog_test_run
by Alexei Starovoitov
· 8 years ago
d0c081b
flow_dissector: properly cap thoff field
by Eric Dumazet
· 8 years ago
7155f8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 8 years ago
4215727
net: Remove spinlock from get_net_ns_by_id()
by Kirill Tkhai
· 8 years ago
0c06bea
net: Fix possible race in peernet2id_alloc()
by Kirill Tkhai
· 8 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7018d1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 8 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 8 years ago
56dc7cd
devlink: Add relation between dpipe and resource
by Arkadi Sharshevsky
· 8 years ago
2d8dc5b
devlink: Add support for reload
by Arkadi Sharshevsky
· 8 years ago
d9f9b9a
devlink: Add support for resource abstraction
by Arkadi Sharshevsky
· 8 years ago
2406e7e
devlink: Add per devlink instance lock
by Arkadi Sharshevsky
· 8 years ago
289a4860
net: Restrict unwhitelisted proto caches to size 0
by Kees Cook
· 8 years ago
30c2c9f
net: Define usercopy region in struct proto slab cache
by David Windsor
· 8 years ago
096b985
net: Allow neigh contructor functions ability to modify the primary_key
by Jim Westfall
· 8 years ago
273c28b
net: Convert atomic_t net::count to refcount_t
by Kirill Tkhai
· 8 years ago
68fda45
bpf: fix 32-bit divide by zero
by Alexei Starovoitov
· 8 years ago
daaf24c
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
by Jesper Dangaard Brouer
· 8 years ago
d584527
net: Cap number of queues even with accel_priv
by Alexander Duyck
· 8 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8c2e6c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 8 years ago
65d51f2
Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 8 years ago
661e4e3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 8 years ago
82aaff2
net: free RX queue structures
by Jakub Kicinski
· 8 years ago
141b52a
net: use the right variant of kfree
by Jakub Kicinski
· 8 years ago
290af86
bpf: introduce BPF_JIT_ALWAYS_ON config
by Alexei Starovoitov
· 8 years ago
Next »