Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4e24877e61e8507c0843e4bddbc6ecccbfd2e87d
4e24877
netfilter: nf_tables: simplify the basic expressions' init routine
by Liping Zhang
· 8 years ago
f86dab3
netfilter: nft_hash: get random bytes if seed is not specified
by Pablo Neira Ayuso
· 8 years ago
08733a0
netfilter: handle NF_REPEAT from nf_conntrack_in()
by Pablo Neira Ayuso
· 8 years ago
26dfab7
netfilter: merge nf_iterate() into nf_hook_slow()
by Pablo Neira Ayuso
· 8 years ago
01886bd
netfilter: remove hook_entries field from nf_hook_state
by Pablo Neira Ayuso
· 8 years ago
c63cbc4
netfilter: use switch() to handle verdict cases from nf_hook_slow()
by Pablo Neira Ayuso
· 8 years ago
0e5a1c7
netfilter: nf_tables: use hook state from xt_action_param structure
by Pablo Neira Ayuso
· 8 years ago
613dbd9
netfilter: x_tables: move hook state into xt_action_param structure
by Pablo Neira Ayuso
· 8 years ago
06fd3a3
netfilter: deprecate NF_STOP
by Pablo Neira Ayuso
· 8 years ago
1610a73c
netfilter: kill NF_HOOK_THRESH() and state->tresh
by Pablo Neira Ayuso
· 8 years ago
d2be66f
netfilter: remove comments that predate rcu days
by Pablo Neira Ayuso
· 8 years ago
b250a7f
netfilter: get rid of useless debugging from core
by Pablo Neira Ayuso
· 8 years ago
1719723
enic: set skb->hash type properly
by Govindarajulu Varadarajan
· 8 years ago
f7a5537
net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
1913540
ila: Fix crash caused by rhashtable changes
by Tom Herbert
· 8 years ago
3de864f
net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect
by Cyrill Gorcunov
· 8 years ago
cc89c32
lan78xx: Use irq_domain for phy interrupt from USB Int. EP
by Woojung Huh
· 8 years ago
2331ccc
tcp: enhance tcp collapsing
by Eric Dumazet
· 8 years ago
b646cf2
net: 3c509: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
e19b788
net: 3c59x: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
bc8ee59
net: mii: add generic function to support ksetting support
by Philippe Reynes
· 8 years ago
55454e9
Merge branch 'mlx4-XDP-tx-refactor'
by David S. Miller
· 8 years ago
15fca2c
net/mlx4_en: Add ethtool statistics for XDP cases
by Tariq Toukan
· 8 years ago
67f8b1d
net/mlx4_en: Refactor the XDP forwarding rings scheme
by Tariq Toukan
· 8 years ago
ccc109b
net/mlx4_en: Add TX_XDP for CQ types
by Tariq Toukan
· 8 years ago
e4ff952
sctp: clean up sctp_packet_transmit
by Xin Long
· 8 years ago
9290182
Merge branch 'cls_flower-misc'
by David S. Miller
· 8 years ago
13fa876
net/sched: cls_flower: merge filter delete/destroy common code
by Roi Dayan
· 8 years ago
a1a8f7f
net/sched: cls_flower: add missing unbind call when destroying flows
by Roi Dayan
· 8 years ago
4cb551a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
886bc50
netfilter: nf_queue: place volatile data in own cacheline
by Florian Westphal
· 8 years ago
e41e9d6
netfilter: nf_tables: remove useless U8_MAX validation
by Liping Zhang
· 8 years ago
2fa8419
netfilter: nf_tables: introduce routing expression
by Anders K. Pedersen
· 8 years ago
8db4c5b
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
by Pablo Neira Ayuso
· 8 years ago
1fddf4b
netfilter: nf_log: add packet logging for netdev family
by Pablo Neira Ayuso
· 8 years ago
f6d0cbc
netfilter: nf_tables: add fib expression
by Florian Westphal
· 8 years ago
22ca904
genetlink: fix error return code in genl_register_family()
by Wei Yongjun
· 8 years ago
e58e415
net: Enable support for VRF with ipv4 multicast
by David Ahern
· 8 years ago
1c85175
Merge branch 'tipc-socket-layer-improvements'
by David S. Miller
· 8 years ago
f40acba
tipc: remove SS_CONNECTED sock state
by Parthasarathy Bhuvaragan
· 8 years ago
99a2088
tipc: create TIPC_CONNECTING as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
6f00089
tipc: remove SS_DISCONNECTING state
by Parthasarathy Bhuvaragan
· 8 years ago
9fd4b07
tipc: create TIPC_DISCONNECTING as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
438adca
tipc: create TIPC_OPEN as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
8ea642e
tipc: create TIPC_ESTABLISHED as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
0c288c8
tipc: create TIPC_LISTEN as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
c752023
tipc: remove socket state SS_READY
by Parthasarathy Bhuvaragan
· 8 years ago
360aab6
tipc: remove probing_intv from tipc_sock
by Parthasarathy Bhuvaragan
· 8 years ago
d6fb7e9
tipc: remove tsk->connected from tipc_sock
by Parthasarathy Bhuvaragan
· 8 years ago
87227fe
tipc: remove tsk->connected for connectionless sockets
by Parthasarathy Bhuvaragan
· 8 years ago
aeda16b
tipc: rename tsk->remote to tsk->peer for consistent naming
by Parthasarathy Bhuvaragan
· 8 years ago
ba8aebe
tipc: rename struct tipc_skb_cb member handle to bytes_read
by Parthasarathy Bhuvaragan
· 8 years ago
cb5da84
tipc: set kern=0 in sk_alloc() during tipc_accept()
by Parthasarathy Bhuvaragan
· 8 years ago
4891d8f
tipc: wakeup sleeping users at disconnect
by Parthasarathy Bhuvaragan
· 8 years ago
7cf87fa
tipc: return early for non-blocking sockets at link congestion
by Parthasarathy Bhuvaragan
· 8 years ago
169650d
Merge branch 'nfp-cleanups-and-RX-path-rewrite'
by David S. Miller
· 8 years ago
cbeaf7a
nfp: bring back support for different ring counts
by Jakub Kicinski
· 8 years ago
b33ae99
nfp: replace num_irqs with max_r_vecs
by Jakub Kicinski
· 8 years ago
4b27a1e
nfp: remove nfp_net_irqs_wanted()
by Jakub Kicinski
· 8 years ago
a4b562b
nfp: use unsigned int for vector/ring counts
by Jakub Kicinski
· 8 years ago
23a4e38
nfp: create separate define for max number of vectors
by Jakub Kicinski
· 8 years ago
1a1d74d
nfp: use AND instead of modulo to get ring indexes
by Jakub Kicinski
· 8 years ago
b64b7bb6
nfp: add separate buffer allocation function for napi
by Jakub Kicinski
· 8 years ago
c0f031b
nfp: use alloc_frag() and build_skb()
by Jakub Kicinski
· 8 years ago
e9949ae
nfp: add buffer drop/recycle helper for RX
by Jakub Kicinski
· 8 years ago
bf187ea
nfp: centralize the buffer size calculation
by Jakub Kicinski
· 8 years ago
fa95f1d
nfp: remove inline attributes and dead code
by Jakub Kicinski
· 8 years ago
8c8b0e9
nfp: remove unnecessary call to ether_setup()
by Jakub Kicinski
· 8 years ago
416db5c
nfp: remove support for nfp3200
by Jakub Kicinski
· 8 years ago
7ff5c83
nfp: simplify nfp_net_poll()
by Jakub Kicinski
· 8 years ago
6d052e9
Merge branch 'qed-next'
by David S. Miller
· 8 years ago
b0fca31
qed: Correct VF mac number
by Mintz, Yuval
· 8 years ago
0183eb1
qede: Don't override priv_flags
by Mintz, Yuval
· 8 years ago
c587094
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
bd68a2a
net: set SK_MEM_QUANTUM to 4096
by Eric Dumazet
· 8 years ago
a13925a
net: cris: make eth_v10.c explicitly non-modular
by Paul Gortmaker
· 8 years ago
3aa7b74
i40e: removed unreachable code
by Filip Sadowski
· 8 years ago
81fa7c9
i40e: Implementation of ERROR state for NVM update state machine
by Maciej Sosin
· 8 years ago
999b315
i40e: Fix for division by zero
by Michal Kosiarz
· 8 years ago
13fd3f9c
i40e: clear mac filter count on reset
by Mitch Williams
· 8 years ago
1dc8b53
i40e: Reorder logic for coalescing RS bits
by Alexander Duyck
· 8 years ago
4b81644
i40e: Add common function for finding VSI by type
by Alexander Duyck
· 8 years ago
7d3f04a
i40evf: avoid an extra msleep while
by Jacob Keller
· 8 years ago
1249050
i40e: replace PTP Rx timestamp hang logic
by Jacob Keller
· 8 years ago
1955126
i40e: use a mutex instead of spinlock in PTP user entry points
by Jacob Keller
· 8 years ago
144ed17
i40e: correct check for reading TSYNINDX from the receive descriptor
by Jacob Keller
· 8 years ago
0093631
i40e: remove duplicate add/delete adminq command code for filters
by Jacob Keller
· 8 years ago
cbebb85
i40e: avoid looping to check whether we're in VLAN mode
by Jacob Keller
· 8 years ago
84f5ca6
i40e: fix MAC filters when removing VLANs
by Alan Brady
· 8 years ago
4a2ce27
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
by Jacob Keller
· 8 years ago
278e7d0
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
by Jacob Keller
· 8 years ago
290d255
i40e: implement __i40e_del_filter and use where applicable
by Jacob Keller
· 8 years ago
57b341d
i40e: When searching all MAC/VLAN filters, ignore removed filters
by Jacob Keller
· 8 years ago
5feb3d7
i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan
by Jacob Keller
· 8 years ago
35ec2ff
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
by Jacob Keller
· 8 years ago
6622f5c
i40e: make use of __dev_uc_sync and __dev_mc_sync
by Jacob Keller
· 8 years ago
1bc87e8
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
by Jacob Keller
· 8 years ago
ff00f3a
i40e: Add missing \n to end of dev_err message
by Colin Ian King
· 8 years ago
17a032b
Merge branch 'bridge-PIM-hello'
by David S. Miller
· 8 years ago
91b02d3
bridge: mcast: add router port on PIM hello message
by Nikolay Aleksandrov
· 8 years ago
Next »