Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
282fb58947e129dea8badf48972ea89d027a76dc
282fb58
pktgen: add sample script pktgen_sample02_multiqueue.sh
by Jesper Dangaard Brouer
· 10 years ago
6f09479
pktgen: add sample script pktgen_sample01_simple.sh
by Jesper Dangaard Brouer
· 10 years ago
b64b0d1
pktgen: new pktgen helper functions for samples scripts
by Jesper Dangaard Brouer
· 10 years ago
4020726
pktgen: make /proc/net/pktgen/pgctrl report fail on invalid input
by Jesper Dangaard Brouer
· 10 years ago
2a1ddf2
pktgen: document ability to add same device to several threads
by Jesper Dangaard Brouer
· 10 years ago
91db4b3
pktgen: doc were missing several config options
by Jesper Dangaard Brouer
· 10 years ago
d079abd
pktgen: adjust spacing in proc file interface output
by Jesper Dangaard Brouer
· 10 years ago
d012827
pktgen: remove obsolete "max_before_softirq" from pktgen doc
by Jesper Dangaard Brouer
· 10 years ago
fe59384
test_bpf: Add backward jump test case
by Michael Holzheu
· 10 years ago
12c227e
flow_dissector: do not break if ports are not needed in flowlabel
by Jiri Pirko
· 10 years ago
bd5850d
net: sched: pkt_cls: remove unused macros from uapi
by Florian Westphal
· 10 years ago
2efd055
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
by Marcelo Ricardo Leitner
· 10 years ago
48ed7b2
ipv6: reject locally assigned nexthop addresses
by Florian Westphal
· 10 years ago
b66ba8d
Merge branch 'stmmac-probe-refactoring'
by David S. Miller
· 10 years ago
def5cd3
stmmac: drop unnecessary dt checks in stmmac_probe_config_dt
by Joachim Eastwood
· 10 years ago
15ffac7
stmmac: change the stmmac_dvr_probe return type to int
by Joachim Eastwood
· 10 years ago
e56788c
stmmac: let stmmac_dvr_probe take a struct of resources
by Joachim Eastwood
· 10 years ago
803f8fc
stmmac: move driver data setting into stmmac_dvr_probe
by Joachim Eastwood
· 10 years ago
614919c3
Merge branch 'tcp_src_port_selection'
by David S. Miller
· 10 years ago
946f9eb
tcp: improve REUSEADDR/NOREUSEADDR cohabitation
by Eric Dumazet
· 10 years ago
f5af1f5
inet_hashinfo: remove bsocket counter
by Eric Dumazet
· 10 years ago
ce5ec44
tcp: ensure epoll edge trigger wakeup when write queue is empty
by Jason Baron
· 10 years ago
b92d581
Merge branch 'cxgb4-next'
by David S. Miller
· 10 years ago
9f5ac48
cxgb4: Update T4/T5 adapter register ranges
by Hariprasad Shenai
· 10 years ago
b562fc3
cxgb4: Optimize and cleanup setup memory window code
by Hariprasad Shenai
· 10 years ago
4e7b3be
Merge branch 'sfc-next'
by David S. Miller
· 10 years ago
910c878
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
by Shradha Shah
· 10 years ago
860d2ff
sfc: Implement dummy disable of VF spoof check for EF10
by Shradha Shah
· 10 years ago
4392dc6
sfc: add ndo_set_vf_link_state() function for EF10
by Edward Cree
· 10 years ago
2d432f2
sfc: add ndo_set_vf_vlan() function for EF10
by Shradha Shah
· 10 years ago
087e902
sfc: Change entity reset on MC reboot to a new datapath-only reset.
by Jon Cooper
· 10 years ago
b9af904
sfc: Add ndo_get_vf_config() function for EF10
by Shradha Shah
· 10 years ago
e340be9
sfc: add ndo_set_vf_mac() function for EF10
by Shradha Shah
· 10 years ago
aa09a3d
sfc: Initialise MCDI buffers to 0 on declaration.
by Jon Cooper
· 10 years ago
0d5e0fb
sfc: Enable a VF to get its own MAC address
by Daniel Pieczko
· 10 years ago
0d32241
sfc: protect filter table against use-after-free
by Edward Cree
· 10 years ago
f1122a3
sfc: Store the efx_nic struct of the current VF in the VF data struct
by Shradha Shah
· 10 years ago
cfc77c2
sfc: save old MAC address in case sriov_mac_address_changed fails
by Shradha Shah
· 10 years ago
88a37de
sfc: Store vf_index in nic_data for Ef10.
by Shradha Shah
· 10 years ago
862f894
sfc: MC_CMD_SET_MAC can only be called by the link control Function
by Shradha Shah
· 10 years ago
af6a074
sfc: change definition of MC_CMD_VADAPTOR_ALLOC
by Shradha Shah
· 10 years ago
75122ec
sfc: Add permissions to MCDI commands
by Shradha Shah
· 10 years ago
4ec49a3
stmmac: replace open coded __netdev_alloc_skb_ip_align() with actual call
by Vineet Gupta
· 10 years ago
3f6e785
qlge: Move jiffies_to_usecs immediately before loop
by Joe Perches
· 10 years ago
4ac2dc8
Merge branch 'rocker-transaction-fixes'
by David S. Miller
· 10 years ago
df6a206
rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional
by Simon Horman
· 10 years ago
550ecc9
rocker: do not make neighbour entry changes when preparing transactions
by Simon Horman
· 10 years ago
42e9488
rocker: do not modify fdb table in rocker_port_fdb() when preparing transactions
by Simon Horman
· 10 years ago
3098ac3
rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing transactions
by Simon Horman
· 10 years ago
e26cc7f
spider_net: Use DECLARE_BITMAP
by Joe Perches
· 10 years ago
3f55b7e
Merge branch 'ebpf-tail-call'
by David S. Miller
· 10 years ago
530b2c8
samples/bpf: bpf_tail_call example for networking
by Alexei Starovoitov
· 10 years ago
5bacd78
samples/bpf: bpf_tail_call example for tracing
by Alexei Starovoitov
· 10 years ago
b52f00e
x86: bpf_jit: implement bpf_tail_call() helper
by Alexei Starovoitov
· 10 years ago
04fd61a
bpf: allow bpf programs to tail-call other bpf programs
by Alexei Starovoitov
· 10 years ago
e7582ba
net: dev: reduce both ingress hook ifdefs
by Daniel Borkmann
· 10 years ago
eb93447
tcp: add a force_schedule argument to sk_stream_alloc_skb()
by Eric Dumazet
· 10 years ago
765c9c6
neigh: Better handling of transition to NUD_PROBE state
by Erik Kline
· 10 years ago
06b2c61
ip: remove unused function prototype
by Andy Zhou
· 10 years ago
4921355
tcp: add rfc3168, section 6.1.1.1. fallback
by Daniel Borkmann
· 10 years ago
134e0db
Merge branch 'cxgb4-next'
by David S. Miller
· 10 years ago
f404f80
cxgb4: replace ntoh{s, l} and hton{s, l} calls with the generic byteorder
by Hariprasad Shenai
· 10 years ago
75daacc
cxgb4: Remove dead function t4_read_edc and t4_read_mc
by Hariprasad Shenai
· 10 years ago
b7a3a8e
Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 10 years ago
9a03259
be2net: make hwmon interface optional
by Arnd Bergmann
· 10 years ago
aea0929
tcp: Return error instead of partial read for saved syn headers
by Eric B Munson
· 10 years ago
c9a70d4
net-next: ethtool: Added port speed macros.
by Parav Pandit
· 10 years ago
76d7c45
Merge branch 'icmp_frag'
by David S. Miller
· 10 years ago
49d16b2
bridge_netfilter: No ICMP packet on IPv4 fragmentation error
by Andy Zhou
· 10 years ago
8bc0486
IPv4: skip ICMP for bridge contrack users when defrag expires
by Andy Zhou
· 10 years ago
5cf4228
ipv4: introduce frag_expire_skip_icmp()
by Andy Zhou
· 10 years ago
a2ad5d2
selftests/net: expect headroom in psock_fanout rollover
by Willem de Bruijn
· 10 years ago
7e91a21
sfc: nicer log message on Siena SR-IOV probe fail
by Edward Cree
· 10 years ago
0bc4c07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
17032ae
Merge branch 'qeth-next'
by David S. Miller
· 10 years ago
89a2a8e
s390/lcs: Fix null-pointer access in msg
by Peter Oberparleiter
· 10 years ago
ffb9525
qeth: replace ENOSYS with EOPNOTSUPP
by Eugene Crosser
· 10 years ago
ff1d929
qeth: BRIDGEPORT "sanity check"
by Eugene Crosser
· 10 years ago
9c23f4da
qeth: OSA version of SETBRIDGEPORT command
by Eugene Crosser
· 10 years ago
0db587b
qeth: IFF_PROMISC flag to BRIDGE PORT mode
by Eugene Crosser
· 10 years ago
d3c29a5
qeth: remove locks from sysfs _show
by Eugene Crosser
· 10 years ago
c88394e
qeth: fix handling of IPA return codes
by Eugene Crosser
· 10 years ago
c7258d8
qeth: fix rx checksum offload handling
by Thomas Richter
· 10 years ago
b9fbe70
netlink: Use random autobind rover
by Herbert Xu
· 10 years ago
de13346
netns: make nsid_lock per net
by WANG Cong
· 10 years ago
4ab7f91
net: dsa: bcm_sf2: properly propagate carrier down state for MoCA
by Florian Fainelli
· 10 years ago
74b80e8
flow_dissector: remove bogus return in tipc section
by Jiri Pirko
· 10 years ago
4b02b58
hv_netvsc: change member name of struct netvsc_stats
by sixiao@microsoft.com
· 10 years ago
45d4122
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
by Samudrala, Sridhar
· 10 years ago
5d48ef3
Merge branch 'tcp_mem_pressure'
by David S. Miller
· 10 years ago
b66e91c
tcp: halves tcp_mem[] limits
by Eric Dumazet
· 10 years ago
76dfa60
tcp: allow one skb to be received per socket under memory pressure
by Eric Dumazet
· 10 years ago
8e4d980
tcp: fix behavior for epoll edge trigger
by Eric Dumazet
· 10 years ago
b8da51e
tcp: introduce tcp_under_memory_pressure()
by Eric Dumazet
· 10 years ago
a6c5ea4
tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()
by Eric Dumazet
· 10 years ago
1a24e04
net: fix sk_mem_reclaim_partial()
by Eric Dumazet
· 10 years ago
4633c9e
net-packet: fix null pointer exception in rollover mode
by Willem de Bruijn
· 10 years ago
c91d460
net: fix two sparse errors
by Eric Dumazet
· 10 years ago
ba6d056
netfilter: synproxy: fix sparse errors
by Eric Dumazet
· 10 years ago
252a8fb
ipip: fix one sparse error
by Eric Dumazet
· 10 years ago
Next »