aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
Commit message (Expand)AuthorAge
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-04
* sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-04
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-15
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-15
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-15
* sctp: Make the ctl_sock per network namespaceEric W. Biederman2012-08-15
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-15
* sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2012-08-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-19
|\
| * sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-07-17
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
* | sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-16
* | net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-12
* | ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-12
* | ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-12
|/
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-23
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-11
* net: Remove casts of void *Joe Perches2011-06-16
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* sctp: handle ootb packet in chunk order as definedShan Wei2011-04-20
* sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2011-04-20
* Fix common misspellingsLucas De Marchi2011-03-31
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-07
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: backlog functions renameZhu Yi2010-03-05
* sctp: use limited socket backlogZhu Yi2010-03-05
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-09
* sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-16
* sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum2009-02-16
* sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-22
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-23
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-19
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-16
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-15
* sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun2008-06-19
* SCTP: Remove useless assignment from __sctp_rcv_lookup_endpointGui Jianfeng2008-04-10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-18
|\
| * [SCTP]: fix misannotated __sctp_rcv_asconf_lookup()Al Viro2008-03-18
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
|/
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-05
* [SCTP]: Update association lookup to look at ASCONF chunks as wellVlad Yasevich2008-01-28
* [SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich2008-01-28
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-09
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-10
* SCTP: Discard OOTB packetes with bundled INIT early.Vlad Yasevich2007-09-26
* sctp: make locally used function staticsebastian@breakpoint.cc2007-08-01
* [SCTP] Flag a pmtu change requestVlad Yasevich2007-06-13
* [SCTP] Update pmtu handling to be similar to tcpVlad Yasevich2007-06-13