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
Age
Commit message (
Expand
)
Author
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
netlink: kill netlink_set_nonroot
Pablo Neira Ayuso
2012-09-07
net: rt_cache_flush() cleanup
Eric Dumazet
2012-09-07
ipv4/route: arg delay is useless in rt_cache_flush()
Nicolas Dichtel
2012-09-07
scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.
Eric W. Biederman
2012-09-07
igmp: avoid drop_monitor false positives
Eric Dumazet
2012-09-07
ipv6: fix handling of throw routes
Nicolas Dichtel
2012-09-06
tcp: fix TFO regression
Eric Dumazet
2012-09-05
ipv6: fix handling of blackhole and prohibit routes
Nicolas Dichtel
2012-09-05
net: qdisc busylock needs lockdep annotations
Eric Dumazet
2012-09-05
netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.h
Stephen Rothwell
2012-09-05
net: add unknown state to sysfs NIC duplex export
Nikolay Aleksandrov
2012-09-05
tcp: add generic netlink support for tcp_metrics
Julian Anastasov
2012-09-04
net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e...
Masatake YAMATO
2012-09-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2012-09-04
net: Add INET dependency on aes crypto for the sake of TCP fastopen.
David S. Miller
2012-09-04
sctp: use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2012-09-03
openvswitch: Increase maximum number of datapath ports.
Pravin B Shelar
2012-09-03
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-09-03
tcp: use PRR to reduce cwin in CWR state
Yuchung Cheng
2012-09-03
tcp: move tcp_update_cwnd_in_recovery
Yuchung Cheng
2012-09-03
tcp: move tcp_enter_cwr()
Yuchung Cheng
2012-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
2012-09-03
netfilter: properly annotate ipv4_netfilter_{init,fini}()
Jan Beulich
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
Michael Wang
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
Michael Wang
2012-09-03
netfilter: remove xt_NOTRACK
Cong Wang
2012-09-03
netfilter: nf_conntrack: add nf_ct_timeout_lookup
Pablo Neira Ayuso
2012-09-03
netfilter: xt_CT: refactorize xt_ct_tg_check
Pablo Neira Ayuso
2012-09-03
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
2012-09-01
6lowpan: handle NETDEV_UNREGISTER event
Alan Ott
2012-09-01
6lowpan: Make a copy of skb's delivered to 6lowpan
Alan Ott
2012-08-31
tcp: TCP Fast Open Server - main code path
Jerry Chu
2012-08-31
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
2012-08-31
tcp: TCP Fast Open Server - header & support functions
Jerry Chu
2012-08-31
ipv6: remove some deadcode
Sorin Dumitru
2012-08-31
net: fix documentation of skb_needs_linearize().
Rami Rosen
2012-08-31
ipv4: Minor logic clean-up in ipv4_mtu
Alexander Duyck
2012-08-31
net:atm:fix up ENOIOCTLCMD error handling
Wanlong Gao
2012-08-31
openvswitch: using kfree_rcu() to simplify the code
Wei Yongjun
2012-08-31
af_unix: fix shutdown parameter checking
Xi Wang
2012-08-31
decnet: fix shutdown parameter checking
Xi Wang
2012-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-31
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
2012-08-31
netfilter: nf_conntrack: fix racy timer handling with reliable events
Pablo Neira Ayuso
2012-08-30
ipv4: must use rcu protection while calling fib_lookup
Eric Dumazet
2012-08-30
net: ipv4: ipmr_expire_timer causes crash when removing net namespace
Francesco Ruggeri
2012-08-30
netpoll: provide an IP ident in UDP frames
Eric Dumazet
2012-08-30
l2tp: avoid to use synchronize_rcu in tunnel free function
xeb@mail.ru
2012-08-30
netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
Pablo Neira Ayuso
[next]