aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches3-17/+12
2012-05-10sctp: check cached dst before using itNicolas Dichtel2-20/+1
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-2/+2
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet5-9/+9
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-03-08sctp: Export sctp_do_peeloffBenjamin Poirier1-15/+9
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+20
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet3-4/+4
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan2-22/+20
2011-11-08sctp: fasthandoff with ASCONF at server-nodeMichio Honda1-1/+7
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2-1/+19
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-1/+1
2011-10-13net: more accurate skb truesizeEric Dumazet1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-0/+11
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2-0/+11
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda3-0/+7
2011-08-24sctp: HEARTBEAT negotiation after ASCONFMichio Honda1-0/+4
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+8
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław1-11/+8
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-31/+106
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socketThomas Graf2-8/+21
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf4-13/+61
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet1-10/+1
2011-07-01sctp: Reduce switch/case indentJoe Perches2-30/+31
2011-06-16net: Remove casts of void *Joe Perches5-28/+21
2011-06-11sctp: kzalloc() error handling on deleting last addressMichio Honda1-0/+4
2011-06-06sctp: Guard IPV6 specific code properly.David S. Miller1-1/+2
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda5-7/+99
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+68
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda1-0/+7
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda4-4/+206
2011-06-02sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda1-1/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun3-11/+29
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun1-0/+16
2011-05-24net: convert %p usage to %pKDan Rosenberg1-2/+2
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds14-319/+396
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak1-6/+4