Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4a9d2f200862683d6680d5565f30c126625afe65
4a9d2f2
netfilter: bridge: move nf_bridge_update_protocol to where its used
by Florian Westphal
· 10 years ago
8bd63cf
bridge: move mac header copying into br_netfilter
by Florian Westphal
· 10 years ago
1cae565
netfilter: nf_tables: limit maximum table name length to 32 bytes
by Pablo Neira Ayuso
· 10 years ago
f04e599
netfilter: nf_tables: consolidate Kconfig options
by Pablo Neira Ayuso
· 10 years ago
1a1e1a1
netfilter: nf_tables: cleanup nf_tables.h
by Patrick McHardy
· 10 years ago
354bf5a
netfilter: nf_tables: consolidate tracing invocations
by Patrick McHardy
· 10 years ago
01ef16c
netfilter: nf_tables: minor tracing cleanups
by Patrick McHardy
· 10 years ago
43270b1
netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster
by Pablo Neira Ayuso
· 10 years ago
72500bc
netfilter: bridge: rework reject handling
by Florian Westphal
· 10 years ago
ee586bb
netfilter: reject: don't send icmp error if csum is invalid
by Florian Westphal
· 10 years ago
b898441
Merge branch 'neigh_cleanups'
by David S. Miller
· 10 years ago
435e8eb
neigh: Don't require a dst in neigh_resolve_output
by Eric W. Biederman
· 10 years ago
bdf53c5
neigh: Don't require dst in neigh_hh_init
by Eric W. Biederman
· 10 years ago
59b2af2
arp: Kill arp_find
by Eric W. Biederman
· 10 years ago
d476059
net: Kill dev_rebuild_header
by Eric W. Biederman
· 10 years ago
945db42
ax25: Stop depending on arp_find
by Eric W. Biederman
· 10 years ago
abb7b75
ax25: Stop calling/abusing dev_rebuild_header
by Eric W. Biederman
· 10 years ago
def6775
neigh: Move neigh_compat_output into ax25_ip.c
by Eric W. Biederman
· 10 years ago
21bfb8e
arp: Remove special case to give AX25 it's open arp operations.
by Eric W. Biederman
· 10 years ago
3b6a94b
ax25: Refactor to use private neighbour operations.
by Eric W. Biederman
· 10 years ago
46d4e47
ax25: Make ax25_header and ax25_rebuild_header static
by Eric W. Biederman
· 10 years ago
204d2dc
ax25/6pack: Replace sp_header_ops with ax25_header_ops
by Eric W. Biederman
· 10 years ago
56fc7e7
ax25/kiss: Replace ax_header_ops with ax25_header_ops
by Eric W. Biederman
· 10 years ago
03ec2ac
rose: Transmit packets in rose_xmit not rose_rebuild_header
by Eric W. Biederman
· 10 years ago
b753af3
rose: Set the destination address in rose_header
by Eric W. Biederman
· 10 years ago
e18dbd0
ax25: In ax25_rebuild_header add missing kfree_skb
by Eric W. Biederman
· 10 years ago
61e021f
ebpf: move CONFIG_BPF_SYSCALL-only function declarations
by Daniel Borkmann
· 10 years ago
77f0379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
49b31e5
filter: refactor common filter attach code into __sk_attach_prog
by Daniel Borkmann
· 10 years ago
70c836a4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
b484435
Merge branch 'sendmsg_recvmsg_iocb_removal'
by David S. Miller
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
39a0295
tipc: Don't use iocb argument in socket layer
by Ying Xue
· 10 years ago
5f15893
netfilter: nft_compat: add support for arptables extensions
by Arturo Borrero
· 10 years ago
6556c38
Merge branch 'dropcount'
by David S. Miller
· 10 years ago
744d5a3
net: move skb->dropcount to skb->cb[]
by Eyal Birger
· 10 years ago
3bc3b96
net: add common accessor for setting dropcount on packets
by Eyal Birger
· 10 years ago
b4772ef
net: use common macro for assering skb->cb[] available size in protocol families
by Eyal Birger
· 10 years ago
2472d76
net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path
by Eyal Birger
· 10 years ago
2cfdf9f
net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
by Eyal Birger
· 10 years ago
6368c23
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
by Eyal Birger
· 10 years ago
49a6fe0
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
by Eyal Birger
· 10 years ago
287f3a9
pppoe: Use workqueue to die properly when a PADT is received
by Simon Farnsworth
· 10 years ago
26caa34
bnx2: disable toggling of rxvlan if necessary
by Ivan Vecera
· 10 years ago
ea37304
net: macb: Properly add DMACFG bit definitions
by Arun Chandran
· 10 years ago
62f6924
net: macb: Add on the fly CPU endianness detection
by Arun Chandran
· 10 years ago
759c935
Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets
by Shrikrishna Khare
· 10 years ago
68932f7
Merge branch 'ebpf_support_for_cls_bpf'
by David S. Miller
· 10 years ago
e2e9b65
cls_bpf: add initial eBPF support for programmable classifiers
by Daniel Borkmann
· 10 years ago
24701ec
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
by Daniel Borkmann
· 10 years ago
96be432
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
by Daniel Borkmann
· 10 years ago
d4052c4
ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
by Daniel Borkmann
· 10 years ago
0fc174d
ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
by Daniel Borkmann
· 10 years ago
f1a66f8
ebpf: export BPF_PSEUDO_MAP_FD to uapi
by Daniel Borkmann
· 10 years ago
a2c83ff
ebpf: constify various function pointer structs
by Daniel Borkmann
· 10 years ago
f91fe17
ebpf: remove kernel test stubs
by Daniel Borkmann
· 10 years ago
b656cc6
Merge branch 's390-next'
by David S. Miller
· 10 years ago
8b7ac01
MAINTAINERS: update S390 NETWORK DRIVERS maintainer
by Ursula Braun
· 10 years ago
ca5b20a
qeth: Fix command sizes
by Stefan Raspl
· 10 years ago
83650a2
s390: remove claw driver
by Ursula Braun
· 10 years ago
74abc20
tcp: cleanup static functions
by Eric Dumazet
· 10 years ago
5999537
hyperv: Implement netvsc_get_channels() ethool op
by Andrew Schwartzmeyer
· 10 years ago
f9c7ce1
Merge branch 'tcp-tso'
by David S. Miller
· 10 years ago
a0ea700
tcp: tso: allow CA_CWR state in tcp_tso_should_defer()
by Eric Dumazet
· 10 years ago
50c8339
tcp: tso: restore IW10 after TSO autosizing
by Eric Dumazet
· 10 years ago
5f852eb
tcp: tso: remove tp->tso_deferred
by Eric Dumazet
· 10 years ago
6588af6
usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
by Ben Hutchings
· 10 years ago
721a57a
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
d76a436
tipc: make media address offset a common define
by Erik Hugne
· 10 years ago
91e2eb5
tipc: rename media/msg related definitions
by Erik Hugne
· 10 years ago
afaa3f6
tipc: purge links when bearer is disabled
by Erik Hugne
· 10 years ago
7fe8097
tipc: fix nullpointer bug when subscribing to events
by Erik Hugne
· 10 years ago
3622c36
tipc: only create header copy for name distr messages
by Erik Hugne
· 10 years ago
247f6d0
team: allow TSO being set on master
by Jiri Pirko
· 10 years ago
7eb6034
Merge branch 'fib_trie_remove_leaf_info'
by David S. Miller
· 10 years ago
79e5ad2
fib_trie: Remove leaf_info
by Alexander Duyck
· 10 years ago
9b6ebad
fib_trie: Add slen to fib alias
by Alexander Duyck
· 10 years ago
5786ec6
fib_trie: Replace plen with slen in leaf_info
by Alexander Duyck
· 10 years ago
56315f9
fib_trie: Convert fib_alias to hlist from list
by Alexander Duyck
· 10 years ago
7705f73
Merge branch 'ip_level_multicast_join_leave'
by David S. Miller
· 10 years ago
93a714d
multicast: Extend ip address command to enable multicast group join/leave on
by Madhu Challa
· 10 years ago
46a4dee
igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop
by Madhu Challa
· 10 years ago
723b8e4
udp: In udp_flow_src_port use random hash value if skb_get_hash fails
by Tom Herbert
· 10 years ago
c91799c
at86rf230: add warning if edge-triggered irq
by Alexander Aring
· 10 years ago
702d211
at86rf230: add irq low-level for polarity
by Alexander Aring
· 10 years ago
be64f07
at86rf230: add irqmask mode setting
by Alexander Aring
· 10 years ago
2c2f7ec
at86rf230: remove tx_timeout
by Alexander Aring
· 10 years ago
ccdaeb2
at86rf230: add support for external xtal trim
by Alexander Aring
· 10 years ago
aaa1c4d
at86rf230: copy pdata to driver allocated space
by Alexander Aring
· 10 years ago
9391976
Bluetooth: make hci_test_bit's addr const
by Jiri Slaby
· 10 years ago
4cd3928
Bluetooth: Update New CSRK event to match latest specification
by Johan Hedberg
· 10 years ago
fed0a15
bridge: fix link notification skb size calculation to include vlan ranges
by Roopa Prabhu
· 10 years ago
9003019
Merge branch 'rocker-next'
by David S. Miller
· 10 years ago
e47172a
rocker: put port in FORWADING state after leaving bridge
by Scott Feldman
· 10 years ago
4a6bb6d
rocker: rename lport to pport
by Scott Feldman
· 10 years ago
7eb344f
rocker: fix non-portable err return codes
by Scott Feldman
· 10 years ago
009f33e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 10 years ago
d79d210
net: dsa: Introduce dsa_is_port_initialized
by Guenter Roeck
· 10 years ago
bb66be1
Merge branch 'sf2_hwbridge'
by David S. Miller
· 10 years ago
12f460f
net: dsa: bcm_sf2: add HW bridging support
by Florian Fainelli
· 10 years ago
Next »