Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
18785040b088c0d90713606b57a8b1bd4834ec04
/
include
9478d12
net: Move netif_index_is_l3_master to l3mdev.h
by David Ahern
· 9 years ago
ec53951
net: Remove vrf header file
by David Ahern
· 9 years ago
93a7e7e
net: Remove the now unused vrf_ptr
by David Ahern
· 9 years ago
8e1ed70
net: Replace calls to vrf_dev_get_rth
by David Ahern
· 9 years ago
3236b00
net: Replace vrf_dev_table and friends
by David Ahern
· 9 years ago
385add9
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
by David Ahern
· 9 years ago
1b69c6d
net: Introduce L3 Master device abstraction
by David Ahern
· 9 years ago
007979e
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
by David Ahern
· 9 years ago
0536fcc
tcp: prepare fastopen code for upcoming listener changes
by Eric Dumazet
· 9 years ago
2985aaa
tcp: constify tcp_syn_flood_action() socket argument
by Eric Dumazet
· 9 years ago
f964629
tcp: constify tcp_v{4|6}_route_req() sock argument
by Eric Dumazet
· 9 years ago
3f684b4
tcp: cookie_init_sequence() cleanups
by Eric Dumazet
· 9 years ago
0c27171
tcp/dccp: constify syn_recv_sock() method sock argument
by Eric Dumazet
· 9 years ago
c28c6f0
tcp: constify tcp_create_openreq_child() socket argument
by Eric Dumazet
· 9 years ago
87e002b
net: constify sk_gfp_atomic() sock argument
by Eric Dumazet
· 9 years ago
1ce31c9
inet: constify __inet_inherit_port() sock argument
by Eric Dumazet
· 9 years ago
a2432c4
inet: constify inet_csk_route_child_sock() socket argument
by Eric Dumazet
· 9 years ago
f76b33c
dccp: use inet6_csk_route_req() helper
by Eric Dumazet
· 9 years ago
72ab4a8
tcp: remove tcp_rcv_state_process() tcp_hdr argument
by Eric Dumazet
· 9 years ago
bda07a6
tcp: remove unused len argument from tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
a00e744
tcp/dccp: constify send_synack and send_reset socket argument
by Eric Dumazet
· 9 years ago
2094acb
net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu
by Alexander Duyck
· 9 years ago
2594e90
bridge: vlan: add per-vlan struct and move to rhashtables
by Nikolay Aleksandrov
· 9 years ago
78ccb25
net/mlx5_core: Fix wrong name in struct
by Eli Cohen
· 9 years ago
7c85af8
tcp: avoid reorders for TFO passive connections
by Eric Dumazet
· 9 years ago
b1be00a
vxlan: support both IPv4 and IPv6 sockets in a single vxlan device
by Jiri Benc
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
518a7cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
d4a748a
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
1b70e97
inet: constify inet_rtx_syn_ack() sock argument
by Eric Dumazet
· 9 years ago
ea3bea3
tcp/dccp: constify rtx_synack() and friends
by Eric Dumazet
· 9 years ago
0f935db
tcp: constify tcp_v{4|6}_send_synack() socket argument
by Eric Dumazet
· 9 years ago
1c1e9d2
ipv6: constify ip6_xmit() sock argument
by Eric Dumazet
· 9 years ago
5d062de
tcp: constify tcp_make_synack() socket argument
by Eric Dumazet
· 9 years ago
cfe673b
ip: constify ip_build_and_send_pkt() socket argument
by Eric Dumazet
· 9 years ago
b83e3de
tcp: md5: constify tcp_md5_do_lookup() socket argument
by Eric Dumazet
· 9 years ago
4e3f5d7
inet: constify ip_dont_fragment() arguments
by Eric Dumazet
· 9 years ago
30d50c6
ipv6: constify inet6_csk_route_req() socket argument
by Eric Dumazet
· 9 years ago
3aef934
ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments
by Eric Dumazet
· 9 years ago
e5895bc
inet: constify inet_csk_route_req() socket argument
by Eric Dumazet
· 9 years ago
6f9c961
inet: constify ip_route_output_flow() socket argument
by Eric Dumazet
· 9 years ago
b1964b5
tcp: constify tcp_openreq_init_rwin()
by Eric Dumazet
· 9 years ago
b40cf18
tcp: constify listener socket in tcp_v[46]_init_req()
by Eric Dumazet
· 9 years ago
101688f
Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
38737e4
phy: add phy_device_remove()
by Russell King
· 9 years ago
3e3aaf6
phy: fix mdiobus module safety
by Russell King
· 9 years ago
f623ab7
switchdev: reduce transaction phase enum down to a boolean
by Jiri Pirko
· 9 years ago
9f6467c
switchdev: remove "ABORT" transaction phase
by Jiri Pirko
· 9 years ago
2b8a61a
switchdev: remove "NONE" transaction phase
by Jiri Pirko
· 9 years ago
8bdb427
switchdev: add switchdev_trans_ph_prepare/commit helpers
by Jiri Pirko
· 9 years ago
f8db834
switchdev: move transaction phase enum under transaction structure
by Jiri Pirko
· 9 years ago
7ea6eb3
switchdev: introduce transaction item queue for attr_set and obj_add
by Jiri Pirko
· 9 years ago
69f5df4
switchdev: rename "trans" to "trans_ph".
by Jiri Pirko
· 9 years ago
ced255c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 9 years ago
bfbaa60
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
b194f30c
lwtunnel: remove source and destination UDP port config option
by Jiri Benc
· 9 years ago
63d008a
ipv4: send arp replies to the correct tunnel
by Jiri Benc
· 9 years ago
6ae459b
skbuff: Fix skb checksum flag on skb pull
by Pravin B Shelar
· 9 years ago
9badce0
cgroup, writeback: don't enable cgroup writeback on traditional hierarchies
by Tejun Heo
· 9 years ago
38cf595
ipv6: remove unused neigh parameter from ndisc functions
by Jiri Benc
· 9 years ago
92c14d9
genetlink: simplify genl_notify
by Jiri Benc
· 9 years ago
d5fc4f5
Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 9 years ago
06e60e5
net/ethoc: support big-endian register layout
by Max Filippov
· 9 years ago
a79e88d
bridge: define some min/max/default ageing time constants
by Scott Feldman
· 9 years ago
2d8bff126
netpoll: Close race condition between poll_one_napi and napi_disable
by Neil Horman
· 9 years ago
26c6d28
arcnet: Move files out of include/linux
by Joe Perches
· 10 years ago
d6d7d3e
arcnet: Wrap some long lines
by Joe Perches
· 10 years ago
83df99b
arcnet: Convert arcnet_dump_skb macro to static inline
by Joe Perches
· 10 years ago
a34c093
arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont
by Joe Perches
· 10 years ago
72aeea4
arcnet: Expand odd BUGLVL macro with if and uses
by Joe Perches
· 10 years ago
d77510f
arcnet: Neaten BUGMSG macro defines
by Joe Perches
· 10 years ago
01a1d5a
arcnet: Add and remove blank lines
by Joe Perches
· 10 years ago
cb33464
arcnet: Use normal kernel spacing style
by Joe Perches
· 10 years ago
37587fa
arcnet: fix indentation of if_arcnet.h
by Joe Perches
· 10 years ago
09f7298
userfaultfd: register uapi generic syscall (aarch64)
by Dr. David Alan Gilbert
· 9 years ago
ac5be6b
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
by Andrea Arcangeli
· 9 years ago
99cb99a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
5132361
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus
by Mark Brown
· 9 years ago
bcee19f
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 9 years ago
607cba1
Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
by David S. Miller
· 9 years ago
ed2e923
tcp/dccp: fix timewait races in timer handling
by Eric Dumazet
· 9 years ago
0f1c28a
tcp: usec resolution SYN/ACK RTT
by Yuchung Cheng
· 9 years ago
91e60eb
s390/iucv: do not use arrays as argument
by Ursula Braun
· 9 years ago
5dcd246
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
2785968
can: headers: make header files self contained
by Marc Kleine-Budde
· 10 years ago
83cf9a2
ip6tunnel: make rx/tx bytes counters consistent
by Nicolas Dichtel
· 9 years ago
ac81374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
0315e38
net: Fix behaviour of unreachable, blackhole and prohibit routes
by Nikola Forró
· 9 years ago
b7f76ea
security: fix typo in security_task_prctl
by Jann Horn
· 9 years ago
009884f
Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
dc847d5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
2673ee5
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
133bb59
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
ae4f976
mm: fix type cast in __pfn_to_phys()
by Tyler Baker
· 9 years ago
0f40314
Merge branch 'acpi-bus'
by Rafael J. Wysocki
· 9 years ago
7dc1d36
Merge branches 'pm-cpufreq' and 'pm-devfreq'
by Rafael J. Wysocki
· 9 years ago
c7af648
netfilter: Pass net into nf_xfrm_me_harder
by Eric W. Biederman
· 9 years ago
06198b3
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
by Eric W. Biederman
· 9 years ago
a31f1ad
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
by Eric W. Biederman
· 9 years ago
a4ffe31
act_connmark: Remember the struct net instead of guessing it.
by Eric W. Biederman
· 9 years ago
Next »