Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
73e90646a275aeffea263305c8662f8dd0cb41ef
/
net
6648c65
net: style cleanups
by stephen hemminger
· 7 years ago
667e427
net: mark receive queue attributes ro_after_init
by stephen hemminger
· 7 years ago
2b9c758
net: make queue attributes ro_after_init
by stephen hemminger
· 7 years ago
170c658
net: make BQL sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
718ad68
net: drop unused attribute argument from sysfs queue funcs
by stephen hemminger
· 7 years ago
ec6cc59
net: make net sysfs attributes ro_after_init
by stephen hemminger
· 7 years ago
737aec5
net: constify net_ns_type_operations
by stephen hemminger
· 7 years ago
e6d473e
net: make net_class ro_after_init
by stephen hemminger
· 7 years ago
b793dc5
net: constify netdev_class_file
by stephen hemminger
· 7 years ago
d0d6683
net: don't decrement kobj reference count on init failure
by stephen hemminger
· 7 years ago
4c03bdd
xdp: adjust xdp redirect tracepoint to include return error code
by Jesper Dangaard Brouer
· 7 years ago
0888e37
net: inet: diag: expose sockets cgroup classid
by Levin, Alexander (Sasha Levin)
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
633cefe
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 7 years ago
401481e
ipv6: fix false-postive maybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
047b0ec
bpf: reuse tc bpf prologue for sk skb progs
by Daniel Borkmann
· 7 years ago
4d6a75b
bpf: no need to nullify ri->map in xdp_do_redirect
by Daniel Borkmann
· 7 years ago
774c467
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
by David S. Miller
· 7 years ago
d978db8
net: sched: cls_flower: fix ndo_setup_tc type for stats call
by Jiri Pirko
· 7 years ago
e543002
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
by Jesper Dangaard Brouer
· 7 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 7 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 7 years ago
b005fd1
bpf: introduce new program type for skbs on sockets
by John Fastabend
· 7 years ago
db5980d
net: fixes for skb_send_sock
by John Fastabend
· 7 years ago
45f91bd
net: add sendmsg_locked and sendpage_locked to af_inet6
by John Fastabend
· 7 years ago
f26de11
net: early init support for strparser
by John Fastabend
· 7 years ago
6b0355f
net_sched/hfsc: opencode trivial set_active() and set_passive()
by Konstantin Khlebnikov
· 7 years ago
9594665
net_sched: call qlen_notify only if child qdisc is empty
by Konstantin Khlebnikov
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
394f51a
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
e3a22b7
ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl
by Florian Westphal
· 7 years ago
121622d
ipv6: route: make rtm_getroute not assume rtnl is locked
by Florian Westphal
· 7 years ago
7324157
dsa: fix flow disector null pointer
by Craig Gallek
· 7 years ago
c90e951
net_sched: remove warning from qdisc_hash_add
by Konstantin Khlebnikov
· 7 years ago
325d5dc
net_sched/sfq: update hierarchical backlog when drop packet
by Konstantin Khlebnikov
· 7 years ago
8989042
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
by Konstantin Khlebnikov
· 7 years ago
187e5b3
ipv4: fix NULL dereference in free_fib_info_rcu()
by Eric Dumazet
· 7 years ago
12d94a8
ipv6: fix NULL dereference in ip6_route_dev_notify()
by Eric Dumazet
· 7 years ago
fe40079
ipv6: fib: Provide offload indication using nexthop flags
by Ido Schimmel
· 7 years ago
0a6f041
Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
d624d27
tcp: fix possible deadlock in TCP stack vs BPF filter
by Eric Dumazet
· 7 years ago
7749d4f
dccp: purge write queue in dccp_destroy_sock()
by Eric Dumazet
· 7 years ago
e5645f5
ipv6: release rt6->rt6i_idev properly during ifdown
by Wei Wang
· 7 years ago
36f41f8
af_key: do not use GFP_KERNEL in atomic contexts
by Eric Dumazet
· 7 years ago
539a06b
tcp: ulp: avoid module refcnt leak in tcp_set_ulp
by Sabrina Dubroca
· 7 years ago
59a361b
tipc: avoid inheriting msg_non_seq flag when message is returned
by Jon Paul Maloy
· 7 years ago
fed5f57
tipc: accept PACKET_MULTICAST packets
by Jon Paul Maloy
· 7 years ago
2c87d63
ipv4: route: fix inet_rtm_getroute induced crash
by Florian Westphal
· 7 years ago
1dfa763
net: ipv4: add check for l3slave for index returned in IP_PKTINFO
by David Ahern
· 7 years ago
9438c87
net: ipv4: remove unnecessary check on orig_oif
by David Ahern
· 7 years ago
7c49747
net: export some generic xdp helpers
by Jason Wang
· 7 years ago
d022578
rtnelink: Move link dump consistency check out of the loop
by Jakub Sitnicki
· 7 years ago
2ed46ce
bpf: fix two missing target_size settings in bpf_convert_ctx_access
by Daniel Borkmann
· 7 years ago
0ed80da
openvswitch: Remove unnecessary newlines from OVS_NLERR uses
by Joe Perches
· 7 years ago
9399122
net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.
by Tonghao Zhang
· 7 years ago
839da4d
net: ipv4: set orig_oif based on fib result for local traffic
by David Ahern
· 7 years ago
8d55373
net/sched/hfsc: allocate tcf block for hfsc root class
by Konstantin Khlebnikov
· 7 years ago
e71cb9e
net: dsa: ksz: fix skb freeing
by Vivien Didelot
· 7 years ago
7b06e8a
net: sched: remove cops->tcf_cl_offload
by Jiri Pirko
· 7 years ago
a2e8da9
net: sched: use newly added classid identity helpers
by Jiri Pirko
· 7 years ago
3dfe55d
Bluetooth: kfree tmp rather than an alias to it
by Colin Ian King
· 7 years ago
327c0da
sctp: fix some indents in sm_make_chunk.c
by Xin Long
· 7 years ago
172a159
sctp: remove the typedef sctp_disposition_t
by Xin Long
· 7 years ago
8ee821a
sctp: remove the typedef sctp_sm_table_entry_t
by Xin Long
· 7 years ago
e08af95
sctp: remove the typedef sctp_verb_t
by Xin Long
· 7 years ago
c488b77
sctp: remove the typedef sctp_arg_t
by Xin Long
· 7 years ago
a85bbeb
sctp: remove the typedef sctp_cmd_seq_t
by Xin Long
· 7 years ago
e2c3108
sctp: remove the typedef sctp_cmd_t
by Xin Long
· 7 years ago
b7ef261
sctp: remove the typedef sctp_socket_type_t
by Xin Long
· 7 years ago
d38ef5a
sctp: remove the typedef sctp_dbg_objcnt_entry_t
by Xin Long
· 7 years ago
a05437a
sctp: remove the typedef sctp_cmsgs_t
by Xin Long
· 7 years ago
edf903f
sctp: remove the typedef sctp_sender_hb_info_t
by Xin Long
· 7 years ago
3b2b69e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c27927e
packet: fix tp_reserve race in packet_set_ring
by Willem de Bruijn
· 7 years ago
85f1bd9
udp: consistently apply ufo or fragmentation
by Willem de Bruijn
· 7 years ago
8caa38b
rtnetlink: fallback to UNSPEC if current family has no doit callback
by Florian Westphal
· 7 years ago
d38a651
rtnetlink: init handler refcounts to 1
by Florian Westphal
· 7 years ago
8515ae3
rtnetlink: switch rtnl_link_get_slave_info_data_size to rcu
by Florian Westphal
· 7 years ago
5c2bb9b
rtnetlink: do not use RTM_GETLINK directly
by Florian Westphal
· 7 years ago
377cb24
rtnetlink: use rcu_dereference_raw to silence rcu splat
by Florian Westphal
· 7 years ago
2d571645
net: core: fix compile error inside flow_dissector due to new dsa callback
by John Crispin
· 7 years ago
43e6652
net-next: dsa: fix flow dissection
by John Crispin
· 7 years ago
2dd592b
net-next: tag_mtk: add flow_dissect callback to the ops struct
by John Crispin
· 7 years ago
68277a2
net-next: dsa: move struct dsa_device_ops to the global header file
by John Crispin
· 7 years ago
96d9703
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
by Xin Long
· 7 years ago
1714020
igmp: Fix regression caused by igmp sysctl namespace code.
by Nikolay Borisov
· 7 years ago
800bb47
net: atm: make atmdev_ops const
by Bhumika Goyal
· 7 years ago
6eb7939
net: ipv6: lower ndisc notifier priority below addrconf
by David Ahern
· 7 years ago
ed43594
tipc: remove premature ESTABLISH FSM event at link synchronization
by Jon Paul Maloy
· 7 years ago
165b911
net: call newid/getid without rtnl mutex held
by Florian Westphal
· 7 years ago
62256f9
rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED
by Florian Westphal
· 7 years ago
6853dd4
rtnetlink: protect handler table with rcu
by Florian Westphal
· 7 years ago
0cc0902
rtnetlink: small rtnl lock pushdown
by Florian Westphal
· 7 years ago
019a316
rtnetlink: add reference counting to prevent module unload while dump is in progress
by Florian Westphal
· 7 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 7 years ago
e1fa6d2
rtnetlink: call rtnl_calcit directly
by Florian Westphal
· 7 years ago
92b31a9
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
by Daniel Borkmann
· 7 years ago
ccaffff
sock: fix zerocopy panic in mem accounting
by Willem de Bruijn
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4530cca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
Next »