Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dac4df1c5f2c34903f61b1bc4fc722e31b4199e7
/
drivers
/
net
/
macsec.c
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
28206cd
drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
8676d76
drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
e187246
drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
5aba2ba
macsec: fix memory leaks when skb_to_sgvec fails
by Sabrina Dubroca
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
7836299
macsec: add genl family module alias
by Sabrina Dubroca
· 7 years ago
a8b8a889
net: add netlink_ext_ack argument to rtnl_link_ops.validate
by Matthias Schiffer
· 7 years ago
ad744b2
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
by Matthias Schiffer
· 7 years ago
7a3f4a1
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
by Matthias Schiffer
· 7 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
cda7ea6
macsec: check return value of skb_to_sgvec always
by Jason A. Donenfeld
· 8 years ago
863483c
macsec: double accounting of dropped rx/tx packets
by Girish Moodalbail
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
5294b83
macsec: dynamically allocate space for sglist
by Jason A. Donenfeld
· 8 years ago
4d6fa57
macsec: avoid heap overflow in skb_to_sgvec
by Jason A. Donenfeld
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
b3bdc3a
macsec: fix validation failed in asynchronous operation.
by Lee Ryder
· 8 years ago
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 8 years ago
c9fba3e
macsec: remove first zero and add attribute name in comments
by Zhang Shengju
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e0f841f
macsec: Fix header length if SCI is added if explicitly disabled
by Tobias Brunner
· 8 years ago
56989f6
genetlink: mark families as __ro_after_init
by Johannes Berg
· 8 years ago
489111e
genetlink: statically initialize families
by Johannes Berg
· 8 years ago
a07ea4d
genetlink: no longer support using static family IDs
by Johannes Berg
· 8 years ago
9157208
net: use core MTU range checking in core net infra
by Jarod Wilson
· 8 years ago
c24acf0
macsec: set network devtype
by stephen hemminger
· 8 years ago
952fcfd
net: remove type_check from dev_get_nest_level()
by Sabrina Dubroca
· 8 years ago
e200387
macsec: fix lockdep splats when nesting devices
by Sabrina Dubroca
· 8 years ago
bbe11fa
macsec: use after free when deleting the underlying device
by Sabrina Dubroca
· 8 years ago
0759e55
macsec: fix negative refcnt on parent link
by Sabrina Dubroca
· 8 years ago
36b232c
macsec: RXSAs don't need to hold a reference on RXSCs
by Sabrina Dubroca
· 8 years ago
c78ebe1
macsec: fix reference counting on RXSC in macsec_handle_frame
by Sabrina Dubroca
· 8 years ago
e3a3b62
macsec: ensure rx_sa is set when validation is disabled
by Beniamino Galvani
· 8 years ago
f04c392
macsec: validate ICV length on link creation
by Davide Caratti
· 8 years ago
34aedfe
macsec: fix error codes when a SA is created
by Davide Caratti
· 8 years ago
2ccbe2c
macsec: limit ICV length to 16 octets
by Davide Caratti
· 8 years ago
5491e7c
macsec: enable GRO and RPS on macsec devices
by Paolo Abeni
· 8 years ago
79c6222
macsec: set actual real device for xmit when !protect_frames
by Daniel Borkmann
· 8 years ago
6052f7f
macsec: fix SA initialization
by Sabrina Dubroca
· 9 years ago
5d9649b
macsec: allocate sg and iv on the heap
by Sabrina Dubroca
· 9 years ago
b196c22a
macsec: add rcu_barrier() on module exit
by Sabrina Dubroca
· 9 years ago
1968a0b
macsec: fix netlink attribute for key id
by Sabrina Dubroca
· 9 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8acca6a
macsec: key identifier is 128 bits, not 64
by Sabrina Dubroca
· 9 years ago
c0cc531
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f60d94c
macsec: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
e425974
macsec: Convert to using IFF_NO_QUEUE
by Phil Sutter
· 9 years ago
4b1fb93
macsec: fix netlink attribute validation
by Sabrina Dubroca
· 9 years ago
7481648
macsec: add missing macsec prefix in uapi
by Sabrina Dubroca
· 9 years ago
38787fc
macsec: fix SA leak if initialization fails
by Sabrina Dubroca
· 9 years ago
960d584
macsec: fix memory leaks around rx_handler (un)registration
by Sabrina Dubroca
· 9 years ago
96cfc50
macsec: add consistency check to netlink dumps
by Sabrina Dubroca
· 9 years ago
c3b7d0b
macsec: fix rx_sa refcounting with decrypt callback
by Sabrina Dubroca
· 9 years ago
497f358
macsec: don't put a NULL rxsa
by Sabrina Dubroca
· 9 years ago
c10c63e
macsec: take rtnl lock before for_each_netdev
by Sabrina Dubroca
· 9 years ago
72f2a05
macsec: add missing NULL check after kmalloc
by Sabrina Dubroca
· 9 years ago
c09440f
macsec: introduce IEEE 802.1AE driver
by Sabrina Dubroca
· 9 years ago