Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5e9df924dd51beaf007ffba42b5deb47e1c6249b
/
net
/
sctp
/
input.c
bc92dd1
[SCTP]: fix misannotated __sctp_rcv_asconf_lookup()
by Al Viro
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
df21857
[SCTP]: Update association lookup to look at ASCONF chunks as well
by Vlad Yasevich
· 17 years ago
9ad0977
[SCTP]: Use crc32c library for checksum calculations.
by Vlad Yasevich
· 17 years ago
d970dbf
SCTP: Convert custom hash lists to use hlist.
by Vlad Yasevich
· 17 years ago
bbd0d59
[SCTP]: Implement the receive and verification of AUTH chunk
by Vlad Yasevich
· 17 years ago
3c77f96
SCTP: Discard OOTB packetes with bundled INIT early.
by Vlad Yasevich
· 17 years ago
0467521
sctp: make locally used function static
by sebastian@breakpoint.cc
· 17 years ago
8a47949
[SCTP] Flag a pmtu change request
by Vlad Yasevich
· 17 years ago
c910b47
[SCTP] Update pmtu handling to be similar to tcp
by Vlad Yasevich
· 17 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
2e07fa9
[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
a27ef74
[SCTP]: Eliminate some pointer attributions to the skb layer headers
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
2c0fd38
[SCTP]: Introduce sctp_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
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
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
6c7be55
[SCTP]: sctp_has_association() switched to net-endian.
by Al Viro
· 18 years ago
dd86d13
[SCTP]: Switch ->from_addr_param() to net-endian.
by Al Viro
· 18 years ago
d55c41b
[SCTP]: Switch ->from_skb() to net-endian.
by Al Viro
· 18 years ago
f235fca
[SCTP]: sctp_init_addrs() switched to net-endian.
by Al Viro
· 18 years ago
e2fcced
[SCTP]: Switch sctp_assoc_is_match to net-endian.
by Al Viro
· 18 years ago
1c7d1fc
[SCTP]: Switch sctp_endpoint_is_match() to net-endian.
by Al Viro
· 18 years ago
de76e69
[SCTP]: Remove temporary associations from backlog and hash.
by Vlad Yasevich
· 18 years ago
28cd775
[SCTP]: Always linearise packet on input
by Herbert Xu
· 18 years ago
f236218b
[SCTP]: Do not timestamp every SCTP packet.
by Vlad Yasevich
· 18 years ago
b56bab4
[SCTP]: Use correct mask when disabling PMTUD.
by Vlad Yasevich
· 18 years ago
fda9ef5
[NET]: Fix sk->sk_filter field access
by Dmitry Mishin
· 18 years ago
ac0b046
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.
by Sridhar Samudrala
· 18 years ago
503b55f
[SCTP]: Don't do CRC32C checksum over loopback.
by Sridhar Samudrala
· 18 years ago
5636bef
[SCTP]: Reject sctp packets with broadcast addresses.
by Vlad Yasevich
· 18 years ago
61c9fed
[SCTP]: A better solution to fix the race between sctp_peeloff() and sctp_rcv().
by Vladislav Yasevich
· 18 years ago
8de8c87
[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.
by Sridhar Samudrala
· 18 years ago
2babf9d
[SCTP]: Fix up sctp_rcv return value
by Herbert Xu
· 19 years ago
a7d1f1b
[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.
by Tsutomu Fujii
· 19 years ago
c4d2444
[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().
by Sridhar Samudrala
· 19 years ago
7a48f92
[SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().
by Sridhar Samudrala
· 19 years ago
b59c270
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
by Patrick McHardy
· 19 years ago
52ccb8e
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
by Frank Filz
· 19 years ago
049b3ff
[SCTP]: Include ulpevents in socket receive buffer accounting.
by Neil Horman
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
d1ad1ff
[SCTP]: Fix potential null pointer dereference while handling an icmp error
by Sridhar Samudrala
· 19 years ago
79af02c
[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.
by David S. Miller
· 19 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 19 years ago
0fd9a65
[SCTP] Support SO_BINDTODEVICE socket option on incoming packets.
by Neil Horman
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago