Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8856dfa3e9b71ac2177016f66ace3a8978afecc1
8856dfa
[SK_BUFF]: Use skb_reset_network_header after skb_push
by Arnaldo Carvalho de Melo
· 18 years ago
04b964d
[SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to skb_put
by Arnaldo Carvalho de Melo
· 18 years ago
2ca9e6f
[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
31c7711
[SK_BUFF]: Some more simple skb_reset_network_header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
4209fb6
[SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was being used
by Arnaldo Carvalho de Melo
· 18 years ago
7e28ecc
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
by Arnaldo Carvalho de Melo
· 18 years ago
e2d1bca
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
57effc7
[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw
by Arnaldo Carvalho de Melo
· 18 years ago
a16aeb3
[BONDING]: Introduce arp_pkt()
by Arnaldo Carvalho de Melo
· 18 years ago
797659f
[PPPOE]: Introduce pppoe_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
37e6636
[LLC]: Kill llc_set_pdu_hdr
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
31713c3
[TCP]: Use skb_set_mac_header in tcp_collapse
by Arnaldo Carvalho de Melo
· 18 years ago
c51957d
[TCP]: Do the layer header setting in tcp_collapse relative to skb->data
by Arnaldo Carvalho de Melo
· 18 years ago
39f69c6
[SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases
by Arnaldo Carvalho de Melo
· 18 years ago
48d49d0c
[SK_BUFF]: Introduce skb_set_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
f64955e
[LLC]: Use skb_reset_mac_header in llc_mac_hdr_init
by Arnaldo Carvalho de Melo
· 18 years ago
0a1b0ad
[LLC]: Use skb_reset_mac_header in llc_alloc_frame
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
029720f
[AOE]: Introduce aoe_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
4839fcc
[QETH]: Use eth_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
0a4f23f
[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev
by Arnaldo Carvalho de Melo
· 18 years ago
c8fb794
[TR]: Make tr_type_trans set skb->dev
by Arnaldo Carvalho de Melo
· 18 years ago
c1a4b86
[TR]: Use tr_hdr() were appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
7c81fd8
[SOCKET]: Export __sock_recv_timestamp
by Arnaldo Carvalho de Melo
· 18 years ago
92f37fd
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
by Eric Dumazet
· 18 years ago
c7a3c5d
[UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull
by Arnaldo Carvalho de Melo
· 18 years ago
6dea649
[NET]: New sysctls should use __read_mostly tags
by Eric Dumazet
· 18 years ago
e5268f1
[IPV6]: Ensure to truncate result and return full length for sticky options.
by YOSHIFUJI Hideaki
· 18 years ago
4c6510a
[IPV6]: Return correct result for sticky options.
by YOSHIFUJI Hideaki
· 18 years ago
3fbe070
[UDP]: deinline
by Stephen Hemminger
· 18 years ago
6f05f62
[NET]: deinline some functions
by Stephen Hemminger
· 18 years ago
2de979b
[TCP]: whitespace cleanup
by Stephen Hemminger
· 18 years ago
132adf5
[IPV4]: cleanup
by Stephen Hemminger
· 18 years ago
1ac58ee
[WIRELESS]: use ARRAY_SIZE()
by Stephen Hemminger
· 18 years ago
e71a478
[NET] core: whitespace cleanup
by Stephen Hemminger
· 18 years ago
add459a
[UDP]: ipv6 style cleanup
by Stephen Hemminger
· 18 years ago
6516c65
[UDP]: ipv4 whitespace cleanup
by Stephen Hemminger
· 18 years ago
a2a316f
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
by Stephen Hemminger
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
cb69cc5
[TCP/DCCP/RANDOM]: Remove unused exports.
by Adrian Bunk
· 18 years ago
fe067e8
[TCP]: Abstract out all write queue operations.
by David S. Miller
· 18 years ago
02ea492
[NET] TIPC: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
b6d9bcb
[NET] SCHED: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
8f05ce9
[NET] NETFILTER: Use htonl() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
4412ec4
[NET] IPV4: Use hton{s,l}() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
1c9e8ef
[NET] IEEE80211: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
f576e24
[NET] ETHERNET: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
724800d
[NET] CORE: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
aca3192
[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
acde485
[NET] ATM: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
b93b7ee
[NET] 8021Q: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
2953fd2
[NET] 802: Use hton{s,l}() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
759e5d0
[UDP]: Clean up UDP-Lite receive checksum
by Herbert Xu
· 18 years ago
1ab6eb6
[UDP6]: Restore sk_filter optimisation
by Herbert Xu
· 18 years ago
243bbca
[IPV4]: Optimize inet_getpeer()
by Eric Dumazet
· 18 years ago
43e6839
[TCP] TCP Yeah: cleanup
by Stephen Hemminger
· 18 years ago
c5f5877
[TCP] tcp_cubic: faster cube root
by Stephen Hemminger
· 18 years ago
8570419
[ATM] ENI: Convert to struct timeval to ktime_t.
by YOSHIFUJI Hideaki
· 18 years ago
fc910a2
[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
by David S. Miller
· 18 years ago
ca04356
[IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage with CONFIG_OPTIMISTIC_DAD.
by YOSHIFUJI Hideaki
· 18 years ago
95c385b
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
by Neil Horman
· 18 years ago
502b093
[IPV6] IP6TUNNEL: Enable to control the handled inner protocol.
by Yasuyuki Kozakai
· 18 years ago
3144581
[IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*.
by Yasuyuki Kozakai
· 18 years ago
c4d3efa
[IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel.
by Yasuyuki Kozakai
· 18 years ago
61ec2ae
[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_xmit().
by Yasuyuki Kozakai
· 18 years ago
8359925
[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_rcv().
by Yasuyuki Kozakai
· 18 years ago
e490d1d
[IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_err().
by Yasuyuki Kozakai
· 18 years ago
7159039
[IPV6]: Decentralize EXPORT_SYMBOLs.
by YOSHIFUJI Hideaki
· 18 years ago
b558ff7
[NETLINK]: Mirror UDP MSG_TRUNC semantics.
by David S. Miller
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
3927f2e
[NET]: div64_64 consolidate (rev3)
by Stephen Hemminger
· 18 years ago
9d729f7
[NET]: Convert xtime.tv_sec to get_seconds()
by James Morris
· 18 years ago
39df232
[PKTGEN]: fix device name handling
by Stephen Hemminger
· 18 years ago
d5f1ce9
[PKTGEN]: don't use __constant_htonl()
by Stephen Hemminger
· 18 years ago
5fa6fc7
[PKTGEN]: use random32
by Stephen Hemminger
· 18 years ago
25c4e53
[PKTGEN]: use pr_debug
by Stephen Hemminger
· 18 years ago
fa438cc
[NET]: Keep sk_backlog near sk_lock
by Eric Dumazet
· 18 years ago
e317f6f
[TCP]: FRTO undo response falls back to ratehalving one if ECEd
by Ilpo Järvinen
· 18 years ago
e01f9d7
[TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)
by Ilpo Järvinen
· 18 years ago
8980806
[TCP] Sysctl documentation: tcp_frto_response
by Ilpo Järvinen
· 18 years ago
3cfe3ba
[TCP]: Add two new spurious RTO responses to FRTO
by Ilpo Järvinen
· 18 years ago
c5e7af0
[TCP]: Correct reordering detection change (no FRTO case)
by Ilpo Järvinen
· 18 years ago
e0ef57c
[TCP]: Make snd_cwnd_clamp a u32.
by David S. Miller
· 18 years ago
54287cc
[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
by Eric Dumazet
· 18 years ago
cf4c6bf
[TCP]: struct *sock argument renamed: sp -> sk
by Ilpo Järvinen
· 18 years ago
886236c
[TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh.
by John Heffner
· 18 years ago
5ef8147
[TCP] YeAH-TCP: algorithm implementation
by Angelo P. Castellani
· 18 years ago
127af0c
[TCP] FRTO: Sysctl documentation for SACK enhanced version
by Ilpo Järvinen
· 18 years ago
4dc2665
[TCP]: SACK enhanced FRTO
by Ilpo Järvinen
· 18 years ago
288035f
[TCP]: Prevent reordering adjustments during FRTO
by Ilpo Järvinen
· 18 years ago
66e93e4
[TCP] FRTO: Fake cwnd for ssthresh callback
by Ilpo Järvinen
· 18 years ago
d1a54c6
[TCP] FRTO: Reverse RETRANS bit clearing logic
by Ilpo Järvinen
· 18 years ago
46d0de4
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
by Ilpo Järvinen
· 18 years ago
7c9a4a5
[TCP]: Prevent unrelated cwnd adjustment while using FRTO
by Ilpo Järvinen
· 18 years ago
94d0ea7
[TCP] FRTO: frto_counter modulo-op converted to two assignments
by Ilpo Järvinen
· 18 years ago
52c63f1
[TCP]: Don't enter to fast recovery while using FRTO
by Ilpo Järvinen
· 18 years ago
aa8b6a7
[TCP] FRTO: Response should reset also snd_cwnd_cnt
by Ilpo Järvinen
· 18 years ago
Next »