summaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann2013-08-091-2/+2
* net/sctp: Refactor SCTP skb checksum computationJoe Stringer2013-07-271-9/+1
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-3/+3
* net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-171-2/+2
* sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-05-311-1/+1
* sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-281-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-2/+1
* sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-141-1/+1
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-141-1/+3
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-141-11/+11
* sctp: Make the ctl_sock per network namespaceEric W. Biederman2012-08-141-2/+2
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-141-24/+40
* sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2012-08-141-7/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-5/+2
|\
| * sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-07-161-5/+2
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* | sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-2/+2
* | net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-121-1/+1
* | ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-2/+2
* | ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-0/+16
|/
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-2/+2
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
* net: Remove casts of void *Joe Perches2011-06-161-2/+1
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* sctp: handle ootb packet in chunk order as definedShan Wei2011-04-201-15/+0
* sctp: use common head of addr parameter to access member in addr-unrelated codeShan Wei2011-04-191-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-3/+0
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-061-4/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: backlog functions renameZhu Yi2010-03-051-2/+2
* sctp: use limited socket backlogZhu Yi2010-03-051-15/+27
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-161-5/+6
* sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum2009-02-161-1/+2
* sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-221-0/+13
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
* sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison2008-07-181-2/+2
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-141-2/+3
* sctp: Validate Initiate Tag when handling ICMP messageWei Yongjun2008-06-191-2/+25
* SCTP: Remove useless assignment from __sctp_rcv_lookup_endpointGui Jianfeng2008-04-101-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\
| * [SCTP]: fix misannotated __sctp_rcv_asconf_lookup()Al Viro2008-03-171-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-1/+1
|/
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Update association lookup to look at ASCONF chunks as wellVlad Yasevich2008-01-281-21/+103
OpenPOWER on IntegriCloud