Commit Graph

73 Commits (fdc8ff101163f10d36187a890a3c4990cebb8b12)

Author SHA1 Message Date
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Joe Perches ea11073387 net: Remove casts of void * 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Shan Wei 85c5ed4e44 sctp: handle ootb packet in chunk order as defined 14 years ago
Shan Wei 6a435732ac sctp: use common head of addr parameter to access member in addr-unrelated code 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Hagen Paul Pfeifer efea2c6b2e sctp: several declared/set but unused fixes 14 years ago
Vlad Yasevich 50b5d6ad63 sctp: Fix a race between ICMP protocol unreachable and connect() 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Zhu Yi a3a858ff18 net: backlog functions rename 15 years ago
Zhu Yi 50b1a782f8 sctp: use limited socket backlog 15 years ago
David S. Miller 1b003be39e sctp: Use frag list abstraction interfaces. 16 years ago
Vlad Yasevich 4458f04c02 sctp: Clean up sctp checksumming code 16 years ago
Lucas Nussbaum 06e868066e sctp: Allow to disable SCTP checksums via module parameter 16 years ago
Vlad Yasevich ae53b5bd77 sctp: Fix another socket race during accept/peeloff 16 years ago
Wei Yongjun 91bd6b1e03 sctp: Drop ICMP packet too big message with MTU larger than current PMTU 17 years ago
Harvey Harrison 336d3262df sctp: remove unnecessary byteshifting, calculate directly in big-endian 17 years ago
Pavel Emelyanov de0744af1f mib: add net to NET_INC_STATS_BH 17 years ago
Pavel Emelyanov dcfc23cac1 mib: add struct net to ICMP_INC_STATS_BH 17 years ago
Wei Yongjun 7115e632f9 sctp: Validate Initiate Tag when handling ICMP message 17 years ago
Gui Jianfeng eab2e0b2ec SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint 17 years ago
Al Viro bc92dd194d [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Vlad Yasevich 60c778b259 [SCTP]: Stop claiming that this is a "reference implementation" 17 years ago
Vlad Yasevich df21857714 [SCTP]: Update association lookup to look at ASCONF chunks as well 17 years ago
Vlad Yasevich 9ad0977fe1 [SCTP]: Use crc32c library for checksum calculations. 17 years ago
Vlad Yasevich d970dbf845 SCTP: Convert custom hash lists to use hlist. 17 years ago
Vlad Yasevich bbd0d59809 [SCTP]: Implement the receive and verification of AUTH chunk 18 years ago
Vlad Yasevich 3c77f961b5 SCTP: Discard OOTB packetes with bundled INIT early. 18 years ago
sebastian@breakpoint.cc 046752104c sctp: make locally used function static 18 years ago
Vlad Yasevich 8a4794914f [SCTP] Flag a pmtu change request 18 years ago
Vlad Yasevich c910b47e18 [SCTP] Update pmtu handling to be similar to tcp 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 2e07fa9cd3 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo a27ef749e7 [SCTP]: Eliminate some pointer attributions to the skb layer headers 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 2c0fd387b0 [SCTP]: Introduce sctp_hdr() 18 years ago
Arnaldo Carvalho de Melo ea2ae17d64 [SK_BUFF]: Introduce skb_transport_offset() 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo 31c7711b50 [SK_BUFF]: Some more simple skb_reset_network_header conversions 18 years ago
YOSHIFUJI Hideaki d808ad9ab8 [NET] SCTP: Fix whitespace errors. 18 years ago
Al Viro 6c7be55ca0 [SCTP]: sctp_has_association() switched to net-endian. 18 years ago
Al Viro dd86d136f9 [SCTP]: Switch ->from_addr_param() to net-endian. 18 years ago
Al Viro d55c41b115 [SCTP]: Switch ->from_skb() to net-endian. 18 years ago
Al Viro f235fca389 [SCTP]: sctp_init_addrs() switched to net-endian. 18 years ago
Al Viro e2fccedb01 [SCTP]: Switch sctp_assoc_is_match to net-endian. 18 years ago
Al Viro 1c7d1fc149 [SCTP]: Switch sctp_endpoint_is_match() to net-endian. 18 years ago
Vlad Yasevich de76e695a5 [SCTP]: Remove temporary associations from backlog and hash. 19 years ago