Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9a3c71aa802499e0b1db2788ccc75a56c5f00555
9a3c71a
net: convert low latency sockets to sched_clock()
by Eliezer Tamir
· 11 years ago
eb6db62
net: change sysctl_net_ll_poll into an unsigned int
by Eliezer Tamir
· 11 years ago
2e0c9e7
net: sctp: sctp_association_init: put refs in reverse order
by Daniel Borkmann
· 11 years ago
c164b83
net: sctp: minor: remove variable in sctp_init_sock
by Daniel Borkmann
· 11 years ago
405426f
net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first
by Daniel Borkmann
· 11 years ago
f9e42b8
net: sctp: sideeffect: throw BUG if primary_path is NULL
by Daniel Borkmann
· 11 years ago
09ce069
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 11 years ago
b34df5e
openvswitch: make skb->csum consistent with rest of networking stack.
by Pravin B Shelar
· 11 years ago
45bfa52e
openvswitch: Fix struct comment.
by Pravin B Shelar
· 11 years ago
af78416
openvswitch: Fix misspellings in comments and docs.
by Andy Hill
· 11 years ago
34d94f2
openvswitch: fix variable names in comment
by Lorand Jakab
· 11 years ago
91b7514
openvswitch: Unify vport error stats handling.
by Pravin B Shelar
· 12 years ago
cbd531b
openvswitch: Remove unused get_config vport op.
by Jesse Gross
· 12 years ago
f44f340
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
by Jesse Gross
· 12 years ago
948e306
net/mlx4: Add VF link state support
by Rony Efraim
· 11 years ago
1d8faf4
net/core: Add VF link state control
by Rony Efraim
· 11 years ago
3dc6475
bcm63xx_enet: add support Broadcom BCM6345 Ethernet
by Florian Fainelli
· 11 years ago
ca4ec90
htb: reorder struct htb_class fields for performance
by Eric Dumazet
· 11 years ago
5f121b9
net-rps: fixes for rps flow limit
by Willem de Bruijn
· 11 years ago
85f1652
tcp: properly send new data in fast recovery in first RTT
by Yuchung Cheng
· 11 years ago
8e99440
sh_eth: remove '__maybe_unused' annotations
by Sergei Shtylyov
· 11 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 11 years ago
194f4a6
net: make all team port device link events urgent
by Flavio Leitner
· 11 years ago
a06a2d3
net: ping_check_bind_addr() etc. can be static
by Wu Fengguang
· 11 years ago
8c367fc
cxgb4: Do not set net_device::dev_id to VI index
by Ben Hutchings
· 11 years ago
f57855a
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
by Jason Wang
· 11 years ago
d9a90a3
macvtap: slient sparse warnings
by Jason Wang
· 11 years ago
2c928e0
sctp: Correct byte order of access to skb->{network, transport}_header
by Simon Horman
· 11 years ago
ca15feb
netlink: make compare exist all the time
by Gao feng
· 11 years ago
e3d73bc
net: add doc for ip_early_demux sysctl
by Cong Wang
· 11 years ago
944a137
tun: Turn tun_flow_init() into void fn
by Pavel Emelyanov
· 11 years ago
274038f
tun: Report "persist" flag to userspace
by Pavel Emelyanov
· 11 years ago
7c0cadc
udp: fix two sparse errors
by Eric Dumazet
· 11 years ago
5b9b626
gro: remove a sparse error
by Eric Dumazet
· 11 years ago
4a2e667
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 11 years ago
8f728d7
sh_eth: split 'sh_eth_netdev_ops'
by Sergei Shtylyov
· 11 years ago
c70eba7
igmp: fix new sparse errors
by Eric Dumazet
· 11 years ago
5eaedf3
gianfar: Add backwards compatible Single Queue mode polling
by Claudiu Manoil
· 11 years ago
6602041
sfc: Store port number in private data, not net_device::dev_id
by Ben Hutchings
· 11 years ago
503b47e
ipv4: remove is_data also from ip_options documentation.
by Rami Rosen
· 11 years ago
735d381
team: remove synchronize_rcu() called during port disable
by Jiri Pirko
· 11 years ago
d80b35b
team: use kfree_rcu instead of synchronize_rcu in team_port_dev
by Jiri Pirko
· 11 years ago
6c31ff3
team: remove synchronize_rcu() called during queue override change
by Jiri Pirko
· 11 years ago
dffebd2
doc:networking: Update comment for dev_id field in netdevice.h
by Narendra K
· 11 years ago
32766ff
net: can: Convert to use devm_ioremap_resource
by Tushar Behera
· 11 years ago
eed5d29
net: emaclite: Convert to use devm_ioremap_resource
by Tushar Behera
· 11 years ago
941e173
net: fec: Convert to use devm_ioremap_resource
by Tushar Behera
· 11 years ago
afd6eae
3c59x: consolidate error cleanup in vortex_init_one()
by Sergei Shtylyov
· 11 years ago
3f8b963
veth: remove redundant call of dev_alloc_name
by Hong zhi guo
· 11 years ago
7a6e288
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
by Daniel Borkmann
· 11 years ago
da5bab0
net: udp4: move GSO functions to udp_offload
by Daniel Borkmann
· 11 years ago
946d3bd
igmp: remove unnecessary in_device member zeroing
by Shawn Bohrer
· 11 years ago
e989707
igmp: hash a hash table to speedup ip_check_mc_rcu()
by Eric Dumazet
· 11 years ago
64153ce
net_sched: htb: do not setup default rate estimators
by Eric Dumazet
· 11 years ago
130d3d6
net_sched: psched_ratecfg_precompute() improvements
by Eric Dumazet
· 11 years ago
3899ba9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
8b3e7be
cw1200: Fix an assorted pile of checkpatch warnings.
by Solomon Peachy
· 11 years ago
19db577
cw1200: Eliminate the ETF debug/engineering code.
by Solomon Peachy
· 11 years ago
fa8eeae
cw1200: Remove "ITP" debug subsystem.
by Solomon Peachy
· 11 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 11 years ago
b41abb4
net: pass correct parameter to skb_headers_offset_update()
by Peter Pan(潘卫平)
· 11 years ago
da12c90
netlink: Add compare function for netlink_table
by Gao feng
· 11 years ago
8249152
xen-netfront: use skb_partial_csum_set() to simplify the codes
by Li RongQing
· 11 years ago
2e42206
Merge branch 'bridge_flags'
by David S. Miller
· 11 years ago
867a594
bridge: Add a flag to control unicast packet flood.
by Vlad Yasevich
· 11 years ago
9ba1889
bridge: Add flag to control mac learning.
by Vlad Yasevich
· 11 years ago
30f3a40
net: remove last caller of skb_tail_offset() and itself
by Cong Wang
· 11 years ago
0a4db18
Merge branch 'll_poll'
by David S. Miller
· 11 years ago
7e15b90
ixgbe: add extra stats for ndo_ll_poll
by Eliezer Tamir
· 11 years ago
5a85e73
ixgbe: add support for ndo_ll_poll
by Eliezer Tamir
· 11 years ago
d30e383
tcp: add low latency socket poll support.
by Eliezer Tamir
· 11 years ago
a5b5047
udp: add low latency socket poll support
by Eliezer Tamir
· 11 years ago
0602129
net: add low latency socket poll
by Eliezer Tamir
· 11 years ago
af12fa6
net: add napi_id and hash
by Eliezer Tamir
· 11 years ago
6f00a02
bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch
by Maxime Bizon
· 11 years ago
0ae99b5
bcm63xx_enet: split DMA channel register accesses
by Maxime Bizon
· 11 years ago
7260aac
bcm63xx_enet: implement reset autoneg ethtool callback
by Maxime Bizon
· 11 years ago
10af87c
rt2x00: rt2x00queue: initialize data_queue fields earlier
by Gabor Juhos
· 11 years ago
ec71997
rtlwifi: initialize local array and set value.
by Yunlian Jiang
· 11 years ago
7601502
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 11 years ago
f7a01ca
cw1200: handle allocation failure in wsm_event_indication()
by Dan Carpenter
· 11 years ago
f28bc92
cw1200: read beyond end of array in debug code
by Dan Carpenter
· 11 years ago
aa63e18
cw1200: Sanity-check arguments in copy_from_user()
by Solomon Peachy
· 11 years ago
cc2588e
cw1200: hwio: Remove an unnecessary goto
by Joe Perches
· 11 years ago
df09b36
macvtap: enable multiqueue flag
by Jason Wang
· 11 years ago
815f236
macvtap: add TUNSETQUEUE ioctl
by Jason Wang
· 11 years ago
376b1aa
macvtap: eliminate linear search
by Jason Wang
· 11 years ago
f0afce0
macvlan: change the max number of queues to 16
by Jason Wang
· 11 years ago
8f475a3
macvtap: introduce macvtap_get_vlan()
by Jason Wang
· 11 years ago
1d2f41e
macvlan: switch to use IS_ENABLED()
by Jason Wang
· 11 years ago
89cee91
macvtap: do not add self to waitqueue if doing a nonblock read
by Jason Wang
· 11 years ago
ed0483f
macvtap: fix a possible race between queue selection and changing queues
by Jason Wang
· 11 years ago
e403d29
sh_eth: Fix warnings on 64-bit.
by David S. Miller
· 11 years ago
eb770bf
sh_eth: remove dependencies from Kconfig
by Sergei Shtylyov
· 11 years ago
589ebde
sh_eth: get R8A777x support out of #ifdef
by Sergei Shtylyov
· 11 years ago
9c3beaa
sh_eth: get SH7724 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
24549e2
sh_eth: get SH7757 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
f5d1276
sh_eth: get SH77{34|63} support out of #ifdef
by Sergei Shtylyov
· 11 years ago
e5c9b4c
sh_eth: get R8A7740 support out of #ifdef
by Sergei Shtylyov
· 11 years ago
Next »