Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8917a777be3ba566377be05117f71b93a5fd909d
/
net
8917a77
tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix
by Ivan Delalande
· 8 years ago
6797318
tcp: md5: add an address prefix for key lookup
by Ivan Delalande
· 8 years ago
06d4d45
net: dsa: Fix legacy probing
by Florian Fainelli
· 8 years ago
d807ec6
tls: update Kconfig
by Dave Watson
· 8 years ago
a4c2fd7
net: remove DST_NOCACHE flag
by Wei Wang
· 8 years ago
b2a9c0e
net: remove DST_NOGC flag
by Wei Wang
· 8 years ago
5b7c9a8
net: remove dst gc related code
by Wei Wang
· 8 years ago
560fd93
decnet: take dst->__refcnt when struct dn_route is created
by Wei Wang
· 8 years ago
52df157
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
by Wei Wang
· 8 years ago
db91664
ipv6: get rid of icmp6 dst garbage collector
by Wei Wang
· 8 years ago
587fea7
ipv6: mark DST_NOGC and remove the operation of dst_free()
by Wei Wang
· 8 years ago
ad65a2f
ipv6: call dst_hold_safe() properly
by Wei Wang
· 8 years ago
9514528
ipv6: call dst_dev_put() properly
by Wei Wang
· 8 years ago
1cfb71e
ipv6: take dst->__refcnt for insertion into fib6 tree
by Wei Wang
· 8 years ago
b838d5e
ipv4: mark DST_NOGC and remove the operation of dst_free()
by Wei Wang
· 8 years ago
9df16ef
ipv4: call dst_hold_safe() properly
by Wei Wang
· 8 years ago
95c47f9
ipv4: call dst_dev_put() properly
by Wei Wang
· 8 years ago
0830106
ipv4: take dst->__refcnt when caching dst in fib
by Wei Wang
· 8 years ago
4a6ce2b
net: introduce a new function dst_dev_put()
by Wei Wang
· 8 years ago
5f56f40
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
by Wei Wang
· 8 years ago
1dbe3252
net: use loopback dev when generating blackhole route
by Wei Wang
· 8 years ago
d24406c
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
by Wei Wang
· 8 years ago
1758fd4
ipv6: remove unnecessary dst_hold() in ip6_fragment()
by Wei Wang
· 8 years ago
a1a6b7e
net: dsa: add cross-chip multicast support
by Vivien Didelot
· 8 years ago
247488c
decnet: always not take dst->__refcnt when inserting dst into hash table
by Wei Wang
· 8 years ago
10beea7
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
by Sowmini Varadhan
· 8 years ago
00354de
rds: tcp: various endian-ness fixes
by Sowmini Varadhan
· 8 years ago
41500c3
rds: tcp: remove cp_outgoing
by Sowmini Varadhan
· 8 years ago
5803869
net: Add IFLA_XDP_PROG_ID
by Martin KaFai Lau
· 8 years ago
634fef6
networking: add and use skb_put_u8()
by Johannes Berg
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
af72868
networking: make skb_pull & friends return void pointers
by Johannes Berg
· 8 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
b080db5
networking: convert many more places to skb_put_zero()
by Johannes Berg
· 8 years ago
54144b4
tls: Depend upon INET not plain NET.
by David S. Miller
· 8 years ago
e4b7778
net: dsa: assign default CPU port to all ports
by Vivien Didelot
· 8 years ago
86087e1
net: sched: act_tunnel_key: make UDP checksum configurable
by Jiri Benc
· 8 years ago
63fe4c3
net: sched: act_tunnel_key: request UDP checksum by default
by Jiri Benc
· 8 years ago
3c4d755
tls: kernel TLS support
by Dave Watson
· 8 years ago
e3b5616
tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
by Dave Watson
· 8 years ago
734942c
tcp: ULP infrastructure
by Dave Watson
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f7aec12
rxrpc: Cache the congestion window setting
by David Howells
· 8 years ago
849a44d
net: don't global ICMP rate limit packets originating from loopback
by Jesper Dangaard Brouer
· 8 years ago
c4f65b0
net/act_pedit: fix an error code
by Dan Carpenter
· 8 years ago
7608894
net: use skb_unref() in napi_consume_skb()
by Paolo Abeni
· 8 years ago
4cbf87c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 8 years ago
31fd858
bpf: permits narrower load from bpf program context fields
by Yonghong Song
· 8 years ago
7403060
net_sched: move tcf_lock down after gen_replace_estimator()
by WANG Cong
· 8 years ago
3cc9f25
net: dsa: Introduce dsa_get_cpu_port()
by Florian Fainelli
· 8 years ago
a29342e
net: dsa: Associate slave network device with CPU port
by Florian Fainelli
· 8 years ago
67dbb9d4
net: dsa: Relocate master ethtool operations
by Florian Fainelli
· 8 years ago
6d3c8c0
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
by Florian Fainelli
· 8 years ago
20a3d5b
caif: Add sockaddr length check before accessing sa_family in connect handler
by Mateusz Jurczyk
· 8 years ago
aa9f979
networking: use skb_put_zero()
by Johannes Berg
· 8 years ago
0e74008
Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
5952b02
Merge tag 'batadv-next-for-davem-20170613' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 8 years ago
7de8440
Merge tag 'batadv-net-for-davem-20170613' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 8 years ago
c5549ee
Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 8 years ago
5514174
net: phy: Make phy_ethtool_ksettings_get return void
by yuval.shaia@oracle.com
· 8 years ago
c38b7d3
igmp: acquire pmc lock for ip_mc_clear_src()
by WANG Cong
· 8 years ago
97d8b6e
net: rps: fix uninitialized symbol warning
by Ashwanth Goli
· 8 years ago
d6289088
batman-adv: Accept only filled wifi station info
by Sven Eckelmann
· 8 years ago
3f3f873
batman-adv: Use default throughput value on cfg80211 error
by Sven Eckelmann
· 8 years ago
4524667
net: rfkill: gpio: Switch to devm_acpi_dev_add_driver_gpios()
by Andy Shevchenko
· 8 years ago
6dad28a
mac80211: add the action to the drv_ampdu_action tracepoint
by Emmanuel Grumbach
· 8 years ago
f45cbe6
nl80211: add authorized flag to ROAM event
by Avraham Stern
· 8 years ago
3a00df5
cfg80211: support 4-way handshake offloading for 802.1X
by Avraham Stern
· 8 years ago
91b5ab6
cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK
by Eliad Peller
· 8 years ago
b3dd827
mac80211: don't send SMPS action frame in AP mode when not needed
by Emmanuel Grumbach
· 8 years ago
98c67d1
mac80211/wpa: use constant time memory comparison for MACs
by Jason A. Donenfeld
· 8 years ago
c87905b
mac80211: set bss_info data before configuring the channel
by Johannes Berg
· 8 years ago
44f6d42
mac80211: remove 5/10 MHz rate code from station MLME
by Johannes Berg
· 8 years ago
204a7db
mac80211: Fix incorrect condition when checking rx timestamp
by Avraham Stern
· 8 years ago
769dc04
mac80211: don't look at the PM bit of BAR frames
by Emmanuel Grumbach
· 8 years ago
675c8da
hsr: fix incorrect warning
by Karicheri, Muralidharan
· 8 years ago
b65ac44
udp: try to avoid 2 cache miss on dequeue
by Paolo Abeni
· 8 years ago
0a463c7
udp: avoid a cache miss on dequeue
by Paolo Abeni
· 8 years ago
3889a803
net: factor out a helper to decrement the skb refcount
by Paolo Abeni
· 8 years ago
3500cd73
proc: snmp6: Use correct type in memset
by Christian Perle
· 8 years ago
313f688
Bluetooth: Send HCI Set Event Mask Page 2 command only when needed
by Marcel Holtmann
· 8 years ago
4b1f0d3
net: ipmr: Fix some mroute forwarding issues in vrf's
by Donald Sharp
· 8 years ago
ded092c
bpf: add bpf_set_hash helper for tc progs
by Daniel Borkmann
· 8 years ago
966789f
bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly
by Daniel Borkmann
· 8 years ago
343eba6
net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
by Jia-Ju Bai
· 8 years ago
f146e87
net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx
by Jia-Ju Bai
· 8 years ago
89dfba3
Remove the redundant skb->dev initialization in ip6_fragment
by Chenbo Feng
· 8 years ago
4abf5a6
sctp: no need to check assoc id before calling sctp_assoc_set_id
by Xin Long
· 8 years ago
c0a4c2d
sctp: use read_lock_bh in sctp_eps_seq_show
by Xin Long
· 8 years ago
6dfe4b9
sctp: fix recursive locking warning in sctp_do_peeloff
by Xin Long
· 8 years ago
581409d
sctp: disable BH in sctp_for_each_endpoint
by Xin Long
· 8 years ago
664f46a
net/packet: remove unneeded declaraion of tpacket_snd().
by Rosen, Rami
· 8 years ago
9b3dc0a
l2tp: cast l2tp traffic counter to unsigned
by Dominik Heidler
· 8 years ago
384abed
bpf: Remove duplicate tcp_filter hook in ipv6
by Chenbo Feng
· 8 years ago
10d486a
netns: fix error code when the nsid is already used
by Nicolas Dichtel
· 8 years ago
4a7f7bc
netns: define extack error msg for nsis cmds
by Nicolas Dichtel
· 8 years ago
329d823
Bluetooth: use constant time memory comparison for secret values
by Jason A. Donenfeld
· 8 years ago
f6d4c71
Merge tag 'linux-can-fixes-for-4.12-20170609' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 8 years ago
c7a61cb
mac80211: free netdev on dev_alloc_name() error
by Johannes Berg
· 8 years ago
Next »