Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0ef58b0a05c127762f975c3dfe8b922e4aa87a29
/
net
/
core
7fe4d6d
devlink: Remove redundant free on error path
by Arkadi Sharshevsky
· 7 years ago
6e5d58f
skbuff: Fix not waking applications when errors are enqueued
by Vinicius Costa Gomes
· 7 years ago
4bbb3e0
net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
by Toshiaki Makita
· 7 years ago
4dcb31d
net: use skb_to_full_sk() in skb_update_prio()
by Eric Dumazet
· 7 years ago
bf2ae2e
sock_diag: request _diag module only when the family or proto has been registered
by Xin Long
· 7 years ago
1dd27cd
net: use skb_is_gso_sctp() instead of open-coding
by Daniel Axtens
· 7 years ago
cfda06d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
b51f26b
net: don't unnecessarily load kernel modules in dev_ioctl()
by Paul Moore
· 7 years ago
a4a7771
net: make skb_gso_*_seglen functions private
by Daniel Axtens
· 7 years ago
779b793
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
by Daniel Axtens
· 7 years ago
d02f51c
bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbs
by Daniel Axtens
· 7 years ago
a6d5051
net: ethtool: don't ignore return from driver get_fecparam method
by Edward Cree
· 7 years ago
50d629e
net: allow interface to be set into VRF if VLAN interface in same VRF
by Mike Manning
· 7 years ago
77d2709
mlxsw: spectrum: Fix handling of resource_size_param
by Jiri Pirko
· 7 years ago
3d18e4f
devlink: Fix resource coverity errors
by Arkadi Sharshevsky
· 7 years ago
b9d1717
devlink: Compare to size_new in case of resource child validation
by Arkadi Sharshevsky
· 7 years ago
a5f7add
net_sched: gen_estimator: fix broken estimators based on percpu stats
by Eric Dumazet
· 7 years ago
a7dcdf6
bpf: clean up unused-variable warning
by Arnd Bergmann
· 7 years ago
ac5b701
net: fix race on decreasing number of TX queues
by Jakub Kicinski
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
79a8a64
net: Whitelist the skbuff_head_cache "cb" field
by Kees Cook
· 7 years ago
4ff66ca
rtnetlink: require unique netns identifier
by Christian Brauner
· 7 years ago
3aa5688
bitmap: replace bitmap_{from,to}_u32array
by Yury Norov
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
edbe69e
Revert "defer call to mem_cgroup_sk_alloc()"
by Roman Gushchin
· 7 years ago
4db428a
soreuseport: fix mem leak in reuseport_add_sock()
by Eric Dumazet
· 7 years ago
7973bfd
rtnetlink: remove check for IFLA_IF_NETNSID
by Christian Brauner
· 7 years ago
2b16f04
net: create skb_gso_validate_mac_len()
by Daniel Axtens
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
5bb8ed0
rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
by Christian Brauner
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
40ca54e
net_sched: gen_estimator: fix lockdep splat
by Eric Dumazet
· 7 years ago
48bfd55
net_sched: plug in qdisc ops change_tx_queue_len
by Cong Wang
· 7 years ago
6a643dd
net: introduce helper dev_change_tx_queue_len()
by Cong Wang
· 7 years ago
38e01b3
dev: advertise the new ifindex when the netns iface changes
by Nicolas Dichtel
· 7 years ago
c36ac8e
dev: always advertise the new nsid when the netns iface changes
by Nicolas Dichtel
· 7 years ago
b61ad68
rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
by Christian Brauner
· 7 years ago
c310bfc
rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
by Christian Brauner
· 7 years ago
7c4f63b
rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
by Christian Brauner
· 7 years ago
457740a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
f6b1b3b
bpf: fix subprog verifier bypass by div/mod by 0 exception
by Daniel Borkmann
· 7 years ago
1d62167
bpf: xor of a/x in cbpf can be done in 32 bit alu
by Daniel Borkmann
· 7 years ago
6f9bd3d
bpf: Add sock_ops R/W access to tclass
by Lawrence Brakmo
· 7 years ago
44f0e43
bpf: Add support for reading sk_state and more
by Lawrence Brakmo
· 7 years ago
b13d880
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
by Lawrence Brakmo
· 7 years ago
b73042b
bpf: Add write access to tcp_sock and sock fields
by Lawrence Brakmo
· 7 years ago
34d367c
bpf: Make SOCK_OPS_GET_TCP struct independent
by Lawrence Brakmo
· 7 years ago
a33de39
bpf: Make SOCK_OPS_GET_TCP size independent
by Lawrence Brakmo
· 7 years ago
2585cd6
bpf: Only reply field should be writeable
by Lawrence Brakmo
· 7 years ago
fb07a82
net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme
by Kirill Tkhai
· 7 years ago
44c02a2
dev_ioctl(): move copyin/copyout to callers
by Al Viro
· 7 years ago
b1b0c24
lift handling of SIOCIW... out of dev_ioctl()
by Al Viro
· 7 years ago
36fd633
net: separate SIOCGIFCONF handling from dev_ioctl()
by Al Viro
· 7 years ago
52e12d5
pktgen: Clean read user supplied flag mess
by Dmitry Safonov
· 7 years ago
99c6d3d
pktgen: Remove brute-force printing of flags
by Dmitry Safonov
· 7 years ago
6f107c7
pktgen: Add behaviour flags macro to generate flags/names
by Dmitry Safonov
· 7 years ago
57a5749b
pktgen: Add missing !flag parameters
by Dmitry Safonov
· 7 years ago
b76f418
net: link_watch: mark bonding link events urgent
by Roopa Prabhu
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7a006d5
net: core: Fix kernel-doc for netdev_upper_link()
by Florian Fainelli
· 7 years ago
5de30d5
net: core: Fix kernel-doc for call_netdevice_notifiers_info()
by Florian Fainelli
· 7 years ago
7c68d1a
net: qdisc_pkt_len_init() should be more robust
by Eric Dumazet
· 7 years ago
b2d3bcf
net: core: Expose number of link up/down transitions
by David Decotigny
· 7 years ago
b75703d
devlink: fix memory leak on 'resource'
by Colin Ian King
· 7 years ago
ea9722e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1728a4f
bpf: move event_output to const_size_or_zero for xdp/skb as well
by Daniel Borkmann
· 7 years ago
2e4a309
bpf: restrict access to core bpf sysctls
by Daniel Borkmann
· 7 years ago
fa9dd59
bpf: get rid of pure_initcall dependency to enable jits
by Daniel Borkmann
· 7 years ago
205c380
bpf: add csum_diff helper to xdp as well
by Daniel Borkmann
· 7 years ago
43dd751
devlink: Make some functions static
by Wei Yongjun
· 7 years ago
61f3c96
bpf: allow socket_filter programs to use bpf_prog_test_run
by Alexei Starovoitov
· 7 years ago
d0c081b
flow_dissector: properly cap thoff field
by Eric Dumazet
· 7 years ago
7155f8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
4215727
net: Remove spinlock from get_net_ns_by_id()
by Kirill Tkhai
· 7 years ago
0c06bea
net: Fix possible race in peernet2id_alloc()
by Kirill Tkhai
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7018d1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
56dc7cd
devlink: Add relation between dpipe and resource
by Arkadi Sharshevsky
· 7 years ago
2d8dc5b
devlink: Add support for reload
by Arkadi Sharshevsky
· 7 years ago
d9f9b9a
devlink: Add support for resource abstraction
by Arkadi Sharshevsky
· 7 years ago
2406e7e
devlink: Add per devlink instance lock
by Arkadi Sharshevsky
· 7 years ago
289a4860
net: Restrict unwhitelisted proto caches to size 0
by Kees Cook
· 7 years ago
30c2c9f
net: Define usercopy region in struct proto slab cache
by David Windsor
· 7 years ago
096b985
net: Allow neigh contructor functions ability to modify the primary_key
by Jim Westfall
· 7 years ago
273c28b
net: Convert atomic_t net::count to refcount_t
by Kirill Tkhai
· 7 years ago
68fda45
bpf: fix 32-bit divide by zero
by Alexei Starovoitov
· 7 years ago
daaf24c
bpf: simplify xdp_convert_ctx_access for xdp_rxq_info
by Jesper Dangaard Brouer
· 7 years ago
d584527
net: Cap number of queues even with accel_priv
by Alexander Duyck
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8c2e6c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 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
· 7 years ago
661e4e3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
82aaff2
net: free RX queue structures
by Jakub Kicinski
· 7 years ago
141b52a
net: use the right variant of kfree
by Jakub Kicinski
· 7 years ago
290af86
bpf: introduce BPF_JIT_ALWAYS_ON config
by Alexei Starovoitov
· 7 years ago
37e2d99
ethtool: Ensure new ring parameters are within bounds during SRINGPARAM
by Eugenia Emantayev
· 7 years ago
b8fd082
net: core: fix module type in sock_diag_bind
by Andrii Vladyka
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
Next »