index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2015-03-17
tcp: rename struct tcp_request_sock listener
Eric Dumazet
2015-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
2015-03-15
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
2015-03-15
ebpf: add helper for obtaining current processor id
Daniel Borkmann
2015-03-15
ebpf: add prandom helper for packet sampling
Daniel Borkmann
2015-03-12
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
2015-03-12
net: add req_prot_cleanup() & req_prot_init() helpers
Eric Dumazet
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
2015-03-11
net: add real socket cookies
Eric Dumazet
2015-03-11
ipv4: FIB Local/MAIN table collapse
Alexander Duyck
2015-03-10
net: constify sock_diag_check_cookie()
Eric Dumazet
2015-03-09
net: core: add of_find_net_device_by_node()
Florian Fainelli
2015-03-08
neigh: Use neigh table index for neigh_packet_xmit
Eric W. Biederman
2015-03-06
net: gro: remove obsolete code from skb_gro_receive()
Eric Dumazet
2015-03-04
neigh: Add helper function neigh_xmit
Eric W. Biederman
2015-03-04
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-02
neigh: Don't require a dst in neigh_resolve_output
Eric W. Biederman
2015-03-02
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
2015-03-02
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
2015-03-02
filter: refactor common filter attach code into __sk_attach_prog
Daniel Borkmann
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
2015-03-01
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
Daniel Borkmann
2015-03-01
ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
Daniel Borkmann
2015-03-01
ebpf: constify various function pointer structs
Daniel Borkmann
2015-03-01
net: do not use rcu in rtnl_dump_ifinfo()
Eric Dumazet
2015-02-28
net: Verify permission to link_net in newlink
Eric W. Biederman
2015-02-28
net: Verify permission to dest_net in newlink
Eric W. Biederman
2015-02-24
rtnetlink: avoid 0 sized arrays
Sasha Levin
2015-02-22
net: pktgen: disable xmit_clone on virtual devices
Eric Dumazet
2015-02-22
net: Remove state argument from skb_find_text()
Bojan Prtvar
2015-02-21
ethtool: use "ops" name consistenty in ethtool_set_rxfh()
Dan Carpenter
2015-02-21
net: reject creation of netdev names with colons
Matthew Thode
2015-02-20
ethtool: Add hw-switch-offload to netdev_features_strings.
Rami Rosen
2015-02-20
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
2015-02-19
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
2015-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-02-15
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
2015-02-14
net: spelling fixes
Stephen Hemminger
2015-02-14
net/core: Fix warning while make xmldocs caused by dev.c
Masanari Iida
2015-02-13
net: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-11
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
2015-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-08
net:rfs: adjust table size checking
Eric Dumazet
2015-02-08
net: rfs: add hash collision detection
Eric Dumazet
[next]