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
2006-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2006-01-04
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-01-04
[PATCH] net: swich device attribute creation to default attrs
Kay Sievers
2006-01-04
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2006-01-04
[TCP] tcp_vegas: Fix slow start
Thomas Young
2006-01-04
[NET]: More instruction checks fornet/core/filter.c
Kris Katterjohn
2006-01-04
[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.
YOSHIFUJI Hideaki
2006-01-04
[IPV6]: Use macro for rwlock_t initialization.
YOSHIFUJI Hideaki
2006-01-04
[ECONET]: Use macro for spinlock_t definition.
YOSHIFUJI Hideaki
2006-01-04
[IPVS]: Add missing include <linux/net.h>
Arnaldo Carvalho de Melo
2006-01-04
[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selected
Arnaldo Carvalho de Melo
2006-01-04
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
2006-01-04
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
2006-01-03
[TCP]: less inline's
Stephen Hemminger
2006-01-03
[IEEE80211] ipw2200: Simplify multicast checks.
Stephen Hemminger
2006-01-03
[IPV4] fib_trie: build fix
Stephen Hemminger
2006-01-03
[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()
Stephen Hemminger
2006-01-03
[DCCP]: Notify CCID only after ACK vectors have been processed.
Andrea Bittau
2006-01-03
[DCCP]: Send an ACK vector when ACKing a response packet
Andrea Bittau
2006-01-03
[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.
Andrea Bittau
2006-01-03
[DECNET]: Only use local routers
Patrick Caulfield
2006-01-03
[IPVS]: Cleanup IP_VS_DBG statements.
Roberto Nibali
2006-01-03
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
Christoph Hellwig
2006-01-03
[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()
Christoph Hellwig
2006-01-03
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
2006-01-03
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
2006-01-03
[NET]: Speed up __alloc_skb()
Benjamin LaHaise
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
2006-01-03
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
2006-01-03
[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}
Christoph Hellwig
2006-01-03
[NET]: Fix sock_init() return value.
David S. Miller
2006-01-03
[PKTGEN]: Deinitialise static variables.
Jaco Kroon
2006-01-03
[NET]: move struct proto_ops to const
Eric Dumazet
2006-01-03
[NET]: Small cleanup to socket initialization
Andi Kleen
2006-01-03
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
2006-01-03
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
2006-01-03
[IPV4] fib_trie: Add credits.
Robert Olsson
2006-01-03
[TCP] cubic: use Newton-Raphson
Stephen Hemminger
2006-01-03
[TCP] cubic: precompute constants
Stephen Hemminger
2006-01-03
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
2006-01-03
[BRIDGE]: add version number
Stephen Hemminger
2006-01-03
[BRIDGE]: limited ethtool support
Stephen Hemminger
2006-01-03
[BRIDGE]: filter packets in learning state
Stephen Hemminger
2006-01-03
[BRIDGE]: handle speed detection after carrier changes
Stephen Hemminger
2006-01-03
[BRIDGE]: allow setting hardware address of bridge pseudo-dev
Stephen Hemminger
2006-01-03
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2006-01-03
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
2006-01-03
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
[next]