Commit Graph

722 Commits (22dd2fd283ea96b4d45185d3e861ef46005082f4)

Author SHA1 Message Date
David S. Miller 4c9483b2fb ipv6: Convert to use flowi6 where applicable. 14 years ago
David S. Miller 9cce96df5b net: Put fl4_* macros to struct flowi4 and use them again. 14 years ago
David S. Miller 9d6ec93801 ipv4: Use flowi4 in public route lookup interfaces. 14 years ago
David S. Miller 6281dcc94a net: Make flowi ports AF dependent. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
Hagen Paul Pfeifer efea2c6b2e sctp: several declared/set but unused fixes 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago
Eric Dumazet eaefd1105b net: add __rcu annotations to sk_wq and wq 14 years ago
Shan Wei 59ed5aba9c sctp: fix compile warnings in sctp_tsnmap_num_gabs 14 years ago
Jiri Bohac 2205a6ea93 sctp: fix reporting of unknown parameters 14 years ago
Shan Wei 4580ccc04d sctp: user perfect name for Delayed SACK Timer option 14 years ago
Wei Yongjun 7d743b7e95 sctp: fix the return value of getting the sctp partial delivery point 14 years ago
Wei Yongjun 40a010395c SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address 14 years ago
David Shwatrz 8917a3c0b7 Fix a typo in datagram.c and sctp/socket.c. 14 years ago
Eric Dumazet 8d987e5c75 net: avoid limits overflow 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
David S. Miller 9a7241c21b sctp: Fix break indentation in sctp_ioctl(). 15 years ago
Dan Rosenberg 51e97a12be sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() 15 years ago
Dan Rosenberg d7e0d19aa0 sctp: prevent reading out-of-bounds memory 15 years ago
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
Vlad Yasevich 4bdab43323 sctp: Do not reset the packet during sctp_packet_config(). 15 years ago
Joe Perches 123031c0ee sctp: fix test for end of loop 15 years ago
Diego Elio 'Flameeyes' Pettenò 65040c33ee sctp: implement SIOCINQ ioctl() (take 3) 15 years ago
Eric Dumazet db40980fcd net: poll() optimizations 15 years ago
Joe Perches 145ce502e4 net/sctp: Use pr_fmt and pr_<level> 15 years ago
Eric Dumazet 1823e4c80e snmp: add align parameter to snmp_mib_init() 15 years ago
Uwe Kleine-König 421f91d21a fix typos concerning "initiali[zs]e" 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Eric Dumazet bc10502dba net: use __packed annotation 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Wei Yongjun 2e3219b5c8 sctp: fix append error cause to ERROR chunk correctly 15 years ago
Wei Yongjun 55fa0cfd7c sctp: delete active ICMP proto unreachable timer when free transport 15 years ago
Amerigo Wang e3826f1e94 net: reserve ports for applications using fixed port numbers 15 years ago
Vlad Yasevich 50b5d6ad63 sctp: Fix a race between ICMP protocol unreachable and connect() 15 years ago
Eric Dumazet 4381548237 net: sock_def_readable() and friends RCU conversion 15 years ago
Vlad Yasevich 0e3aef8d09 sctp: Tag messages that can be Nagle delayed at creation. 15 years ago
Vlad Yasevich bfa0d9843a sctp: Optimize computation of highest new tsn in SACK. 15 years ago
Vlad Yasevich ea862c8d1f sctp: correctly mark missing chunks in fast recovery 15 years ago
Vlad Yasevich 6588337189 sctp: rwnd_press should be cumulative 15 years ago
Vlad Yasevich cf9b4812e1 sctp: fast recovery algorithm is per association. 15 years ago
Vlad Yasevich b2cf9b6bd9 sctp: update transport initializations 15 years ago
Vlad Yasevich d9efc2231b sctp: Do not force T3 timer on fast retransmissions. 15 years ago
Vlad Yasevich ae19c54866 sctp: remove 'resent' bit from the chunk 15 years ago
Vlad Yasevich d598b166ce sctp: Make sure we always return valid retransmit path 15 years ago
Dan Carpenter b99a4d53a7 sctp: cleanup: remove duplicate assignment 15 years ago
Wei Yongjun 787a51a087 sctp: implement sctp association probing module 15 years ago
Shan Wei ec7b951950 sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk 15 years ago
Vlad Yasevich fbdf501c93 sctp: Do no select unconfirmed transports for retransmissions 15 years ago
Wei Yongjun bc4f841a05 sctp: fix to retranmit at least one DATA chunk 15 years ago
Wei Yongjun 6429d3dc4b sctp: missing set src and dest port while lookup output route 15 years ago